#B20099

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

Shades of Medium Violet Red #B20099

Tints of Medium Violet Red #B20099

Color information

#B20099 (or 0xB20099) is unknown color: approx Medium Violet Red. HEX triplet: B2, 00 and 99. RGB value is (178,0,153). Sum of RGB (Red+Green+Blue) = 178+0+153=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B20099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20099 is #4DFF66. Grayscale: #464646. Windows color (decimal): -5111655 or 10027186. OLE color: 10027186.

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

Color convert

RGB1780153-
CMYK010.140.30
HSL308.43º100%34.9%-
HSV(B)308.43º100%69.8%-
XYZ24.1111.7631.14-
YUV70.66174.47204.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=53.78%
G=0%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780153010.140.30308.4310034.9
HexB2099064E1E1346423
Octal26202310144163646414443
Binary10110010010011001011001001110111101001101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20099; }

 p { color: rgb(178,0,153); }

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

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

 a { background-color: rgb(178,0,153); }

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

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

 span { border-color: rgb(178,0,153); }

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