#B20992

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

Shades of Medium Violet Red #B20992

Tints of Medium Violet Red #B20992

Color information

#B20992 (or 0xB20992) is unknown color: approx Medium Violet Red. HEX triplet: B2, 09 and 92. RGB value is (178,9,146). Sum of RGB (Red+Green+Blue) = 178+9+146=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B20992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20992 is #4DF66D. Grayscale: #4A4A4A. Windows color (decimal): -5109358 or 9570738. OLE color: 9570738.

HSL color Cylindrical-coordinate representation of color #B20992: hue angle of 311.36º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20992 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB1789146-
CMYK00.950.180.30
HSL311.36º90.37%36.67%-
HSV(B)311.36º94.94%69.8%-
XYZ23.6511.7428.21-
YUV75.15167.99201.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 9 (3.91% from 255) = 2.70%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=53.45%
G=2.70%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178914600.950.180.30311.3690.3736.67
HexB299205F121E1375a25
Octal262112220137223646713245
Binary101100101001100100100101111110010111101001101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20992; }

 p { color: rgb(178,9,146); }

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

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

 a { background-color: rgb(178,9,146); }

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

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

 span { border-color: rgb(178,9,146); }

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