#b8427f

Color #B8427F Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B8427F

Tints of Medium Red Violet #B8427F

Color information

#B8427F (or 0xB8427F) is unknown color: approx Medium Red Violet. HEX triplet: B8, 42 and 7F. RGB value is (184,66,127). Sum of RGB (Red+Green+Blue) = 184+66+127=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8427F is #47BD80. Grayscale: #6C6C6C. Windows color (decimal): -4701569 or 8340152. OLE color: 8340152.

HSL color Cylindrical-coordinate representation of color #B8427F: hue angle of 328.98º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8427F is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18466127-
CMYK00.640.310.28
HSL328.98º47.2%49.02%-
HSV(B)328.98º64.13%72.16%-
XYZ25.5515.6221.75-
YUV108.24138.59182.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 127 (50% from 255) = 33.69%
R=48.81%
G=17.51%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846612700.640.310.28328.9847.249.02
HexB8427F0401F1C1492f31
Octal270102177010037345115761
Binary1011100010000101111111010000001111111100101001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8427f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8427f; }

 p { color: rgb(184,66,127); }

 H1.HeaderClassName
 {
   color: #b8427f;
 }
 .AnyTagClassName
 {
   color: #b8427f;
 }
</style>
background-color css

<style>
 a { background-color: #b8427f; }

 a { background-color: rgb(184,66,127); }

 div.DivClassName
 {
   background-color: #b8427f;
 }
 .BgClassName
 {
   background-color: #b8427f;
 }
</style>
border-color css

<style>
 span { border-color: #b8427f; }

 span { border-color: rgb(184,66,127); }

 td.TdClassName
 {
   border-color: #b8427f;
 }
 .TagClassName
 {
   border-color: #b8427f;
 }
</style>