#B20CCA

Color #B20CCA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B20CCA

Tints of Deep Magenta #B20CCA

Color information

#B20CCA (or 0xB20CCA) is unknown color: approx Deep Magenta. HEX triplet: B2, 0C and CA. RGB value is (178,12,202). Sum of RGB (Red+Green+Blue) = 178+12+202=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #B20CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CCA is #4DF335. Grayscale: #525252. Windows color (decimal): -5108534 or 13241522. OLE color: 13241522.

HSL color Cylindrical-coordinate representation of color #B20CCA: hue angle of 292.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CCA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17812202-
CMYK0.120.9400.21
HSL292.42º88.79%41.96%-
HSV(B)292.42º94.06%79.22%-
XYZ29.1513.9957.04-
YUV83.29195195.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 12 (5.08% from 255) = 3.06%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=45.41%
G=3.06%
B=51.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178122020.120.9400.21292.4288.7941.96
HexB2CCAC5E015124592a
Octal262143121413602544413152
Binary10110010110011001010110010111100101011001001001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20CCA; }

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

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

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

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

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

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

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

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