#B20AC7

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

Shades of Deep Magenta #B20AC7

Tints of Deep Magenta #B20AC7

Color information

#B20AC7 (or 0xB20AC7) is unknown color: approx Deep Magenta. HEX triplet: B2, 0A and C7. RGB value is (178,10,199). Sum of RGB (Red+Green+Blue) = 178+10+199=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #B20AC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20AC7 is #4DF538. Grayscale: #515151. Windows color (decimal): -5109049 or 13044402. OLE color: 13044402.

HSL color Cylindrical-coordinate representation of color #B20AC7: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20AC7 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17810199-
CMYK0.110.9500.22
HSL293.33º90.43%40.98%-
HSV(B)293.33º94.97%78.04%-
XYZ28.7813.8155.18-
YUV81.78194.16196.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=45.99%
G=2.58%
B=51.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178101990.110.9500.22293.3390.4340.98
HexB2AC7B5F0161255a29
Octal262123071313702644513251
Binary10110010101011000111101110111110101101001001011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20AC7; }

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

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

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

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

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

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

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

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