#B01796

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

Shades of Medium Violet Red #B01796

Tints of Medium Violet Red #B01796

Color information

#B01796 (or 0xB01796) is unknown color: approx Medium Violet Red. HEX triplet: B0, 17 and 96. RGB value is (176,23,150). Sum of RGB (Red+Green+Blue) = 176+23+150=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B01796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01796 is #4FE869. Grayscale: #525252. Windows color (decimal): -5236842 or 9836464. OLE color: 9836464.

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

Color convert

RGB17623150-
CMYK00.870.150.31
HSL310.2º76.88%39.02%-
HSV(B)310.2º86.93%69.02%-
XYZ23.7212.0429.93-
YUV83.22165.69194.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 23 (9.38% from 255) = 6.59%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=50.43%
G=6.59%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762315000.870.150.31310.276.8839.02
HexB01796057F1F1364d27
Octal260272260127173746611547
Binary101100001011110010110010101111111111111001101101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01796; }

 p { color: rgb(176,23,150); }

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

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

 a { background-color: rgb(176,23,150); }

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

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

 span { border-color: rgb(176,23,150); }

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