#B20CAC

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

Shades of Deep Magenta #B20CAC

Tints of Deep Magenta #B20CAC

Color information

#B20CAC (or 0xB20CAC) is unknown color: approx Deep Magenta. HEX triplet: B2, 0C and AC. RGB value is (178,12,172). Sum of RGB (Red+Green+Blue) = 178+12+172=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B20CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20CAC is #4DF353. Grayscale: #4F4F4F. Windows color (decimal): -5108564 or 11275442. OLE color: 11275442.

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

Color convert

RGB17812172-
CMYK00.930.030.30
HSL302.17º87.37%37.25%-
HSV(B)302.17º93.26%69.8%-
XYZ25.9412.7140.12-
YUV79.87180197.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=49.17%
G=3.31%
B=47.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781217200.930.030.30302.1787.3737.25
HexB2CAC05D31E12e5725
Octal26214254013533645612745
Binary101100101100101011000101110111111101001011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20CAC; }

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

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

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

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

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

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

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

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