#B20296

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

Shades of Medium Violet Red #B20296

Tints of Medium Violet Red #B20296

Color information

#B20296 (or 0xB20296) is unknown color: approx Medium Violet Red. HEX triplet: B2, 02 and 96. RGB value is (178,2,150). Sum of RGB (Red+Green+Blue) = 178+2+150=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20296 is #4DFD69. Grayscale: #474747. Windows color (decimal): -5111146 or 9831090. OLE color: 9831090.

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

Color convert

RGB1782150-
CMYK00.990.160.30
HSL309.55º97.78%35.29%-
HSV(B)309.55º98.88%69.8%-
XYZ23.8911.7129.86-
YUV71.5172.31203.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=53.94%
G=0.61%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178215000.990.160.30309.5597.7835.29
HexB2296063101E1366223
Octal26222260143203646614243
Binary1011001010100101100110001110000111101001101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20296; }

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

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

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

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

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

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

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

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