#B20C8E

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

Shades of Medium Violet Red #B20C8E

Tints of Medium Violet Red #B20C8E

Color information

#B20C8E (or 0xB20C8E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0C and 8E. RGB value is (178,12,142). Sum of RGB (Red+Green+Blue) = 178+12+142=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20C8E is #4DF371. Grayscale: #4C4C4C. Windows color (decimal): -5108594 or 9309362. OLE color: 9309362.

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

Color convert

RGB17812142-
CMYK00.930.200.30
HSL313.01º87.37%37.25%-
HSV(B)313.01º93.26%69.8%-
XYZ23.3711.6826.61-
YUV76.45165200.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 12 (5.08% from 255) = 3.61%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=53.61%
G=3.61%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781214200.930.200.30313.0187.3737.25
HexB2C8E05D141E1395725
Octal262142160135243647112745
Binary101100101100100011100101110110100111101001110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C8E; }

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

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

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

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

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

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

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

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