#B20ACA

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

Shades of Deep Magenta #B20ACA

Tints of Deep Magenta #B20ACA

Color information

#B20ACA (or 0xB20ACA) is unknown color: approx Deep Magenta. HEX triplet: B2, 0A and CA. RGB value is (178,10,202). Sum of RGB (Red+Green+Blue) = 178+10+202=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #B20ACA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ACA is #4DF535. Grayscale: #515151. Windows color (decimal): -5109046 or 13241010. OLE color: 13241010.

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

Color convert

RGB17810202-
CMYK0.120.9500.21
HSL292.5º90.57%41.57%-
HSV(B)292.5º95.05%79.22%-
XYZ29.1313.9557.03-
YUV82.12195.66196.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 10 (4.30% from 255) = 2.56%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=45.64%
G=2.56%
B=51.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178102020.120.9500.21292.590.5741.57
HexB2ACAC5F0151245b2a
Octal262123121413702544413352
Binary10110010101011001010110010111110101011001001001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20ACA; }

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

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

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

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

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

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

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

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