#B31377

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

Shades of Medium Violet Red #B31377

Tints of Medium Violet Red #B31377

Color information

#B31377 (or 0xB31377) is unknown color: approx Medium Violet Red. HEX triplet: B3, 13 and 77. RGB value is (179,19,119). Sum of RGB (Red+Green+Blue) = 179+19+119=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B31377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31377 is #4CEC88. Grayscale: #4E4E4E. Windows color (decimal): -5041289 or 7803827. OLE color: 7803827.

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

Color convert

RGB17919119-
CMYK00.890.340.30
HSL322.5º80.81%38.82%-
HSV(B)322.5º89.39%70.2%-
XYZ22.1511.3818.48-
YUV78.24151.01199.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.47%
GREEN value IS 19 (7.81% from 255) = 5.99%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=56.47%
G=5.99%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791911900.890.340.30322.580.8138.82
HexB31377059221E1425127
Octal263231670131423650212147
Binary1011001110011111011101011001100010111101010000101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31377; }

 p { color: rgb(179,19,119); }

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

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

 a { background-color: rgb(179,19,119); }

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

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

 span { border-color: rgb(179,19,119); }

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