#B20696

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

Shades of Medium Violet Red #B20696

Tints of Medium Violet Red #B20696

Color information

#B20696 (or 0xB20696) is unknown color: approx Medium Violet Red. HEX triplet: B2, 06 and 96. RGB value is (178,6,150). Sum of RGB (Red+Green+Blue) = 178+6+150=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B20696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20696 is #4DF969. Grayscale: #494949. Windows color (decimal): -5110122 or 9832114. OLE color: 9832114.

HSL color Cylindrical-coordinate representation of color #B20696: hue angle of 309.77º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20696 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB1786150-
CMYK00.970.160.30
HSL309.77º93.48%36.08%-
HSV(B)309.77º96.63%69.8%-
XYZ23.9311.829.87-
YUV73.84170.98202.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=53.29%
G=1.80%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178615000.970.160.30309.7793.4836.08
HexB2696061101E1365d24
Octal26262260141203646613544
Binary10110010110100101100110000110000111101001101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20696; }

 p { color: rgb(178,6,150); }

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

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

 a { background-color: rgb(178,6,150); }

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

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

 span { border-color: rgb(178,6,150); }

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