#B04187

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

Shades of Medium Red Violet #B04187

Tints of Medium Red Violet #B04187

Color information

#B04187 (or 0xB04187) is unknown color: approx Medium Red Violet. HEX triplet: B0, 41 and 87. RGB value is (176,65,135). Sum of RGB (Red+Green+Blue) = 176+65+135=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04187 is #4FBE78. Grayscale: #6A6A6A. Windows color (decimal): -5226105 or 8864176. OLE color: 8864176.

HSL color Cylindrical-coordinate representation of color #B04187: hue angle of 322.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04187 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17665135-
CMYK00.630.230.31
HSL322.16º46.06%47.25%-
HSV(B)322.16º63.07%69.02%-
XYZ24.1714.7624.5-
YUV106.17144.27177.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=46.81%
G=17.29%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766513500.630.230.31322.1646.0647.25
HexB0418703F171F1422e2f
Octal26010120707727375025657
Binary1011000010000011000011101111111011111111101000010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04187; }

 p { color: rgb(176,65,135); }

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

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

 a { background-color: rgb(176,65,135); }

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

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

 span { border-color: rgb(176,65,135); }

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