#B31687

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

Shades of Medium Violet Red #B31687

Tints of Medium Violet Red #B31687

Color information

#B31687 (or 0xB31687) is unknown color: approx Medium Violet Red. HEX triplet: B3, 16 and 87. RGB value is (179,22,135). Sum of RGB (Red+Green+Blue) = 179+22+135=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B31687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31687 is #4CE978. Grayscale: #515151. Windows color (decimal): -5040505 or 8853171. OLE color: 8853171.

HSL color Cylindrical-coordinate representation of color #B31687: hue angle of 316.82º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31687 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17922135-
CMYK00.880.250.30
HSL316.82º78.11%39.41%-
HSV(B)316.82º87.71%70.2%-
XYZ23.2511.9123.99-
YUV81.82158.01197.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 22 (8.98% from 255) = 6.55%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=53.27%
G=6.55%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792213500.880.250.30316.8278.1139.41
HexB31687058191E13d4e27
Octal263262070130313647511647
Binary1011001110110100001110101100011001111101001111011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31687; }

 p { color: rgb(179,22,135); }

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

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

 a { background-color: rgb(179,22,135); }

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

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

 span { border-color: rgb(179,22,135); }

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