#B20692

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

Shades of Medium Violet Red #B20692

Tints of Medium Violet Red #B20692

Color information

#B20692 (or 0xB20692) is unknown color: approx Medium Violet Red. HEX triplet: B2, 06 and 92. RGB value is (178,6,146). Sum of RGB (Red+Green+Blue) = 178+6+146=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20692 is #4DF96D. Grayscale: #494949. Windows color (decimal): -5110126 or 9569970. OLE color: 9569970.

HSL color Cylindrical-coordinate representation of color #B20692: hue angle of 311.16º 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 #B20692 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB1786146-
CMYK00.970.180.30
HSL311.16º93.48%36.08%-
HSV(B)311.16º96.63%69.8%-
XYZ23.6111.6728.2-
YUV73.39168.98202.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=53.94%
G=1.82%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178614600.970.180.30311.1693.4836.08
HexB2692061121E1375d24
Octal26262220141223646713544
Binary10110010110100100100110000110010111101001101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20692; }

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

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

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

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

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

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

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

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