#B01976

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

Shades of Medium Violet Red #B01976

Tints of Medium Violet Red #B01976

Color information

#B01976 (or 0xB01976) is unknown color: approx Medium Violet Red. HEX triplet: B0, 19 and 76. RGB value is (176,25,118). Sum of RGB (Red+Green+Blue) = 176+25+118=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B01976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01976 is #4FE689. Grayscale: #505050. Windows color (decimal): -5236362 or 7739824. OLE color: 7739824.

HSL color Cylindrical-coordinate representation of color #B01976: hue angle of 323.05º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01976 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17625118-
CMYK00.860.330.31
HSL323.05º75.12%39.41%-
HSV(B)323.05º85.8%69.02%-
XYZ21.5211.2318.17-
YUV80.75149.03195.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.17%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=55.17%
G=7.84%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762511800.860.330.31323.0575.1239.41
HexB01976056211F1434b27
Octal260311660126413750311347
Binary1011000011001111011001010110100001111111010000111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01976; }

 p { color: rgb(176,25,118); }

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

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

 a { background-color: rgb(176,25,118); }

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

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

 span { border-color: rgb(176,25,118); }

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