#B20C76

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

Shades of Medium Violet Red #B20C76

Tints of Medium Violet Red #B20C76

Color information

#B20C76 (or 0xB20C76) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0C and 76. RGB value is (178,12,118). Sum of RGB (Red+Green+Blue) = 178+12+118=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C76 is #4DF389. Grayscale: #494949. Windows color (decimal): -5108618 or 7736498. OLE color: 7736498.

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

Color convert

RGB17812118-
CMYK00.930.340.30
HSL321.69º87.37%37.25%-
HSV(B)321.69º93.26%69.8%-
XYZ21.7611.0418.12-
YUV73.72153202.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.79%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=57.79%
G=3.90%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781211800.930.340.30321.6987.3737.25
HexB2C7605D221E1425725
Octal262141660135423650212745
Binary101100101100111011001011101100010111101010000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C76; }

 p { color: rgb(178,12,118); }

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

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

 a { background-color: rgb(178,12,118); }

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

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

 span { border-color: rgb(178,12,118); }

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