#B206BA

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

Shades of Deep Magenta #B206BA

Tints of Deep Magenta #B206BA

Color information

#B206BA (or 0xB206BA) is unknown color: approx Deep Magenta. HEX triplet: B2, 06 and BA. RGB value is (178,6,186). Sum of RGB (Red+Green+Blue) = 178+6+186=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #B206BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206BA is #4DF945. Grayscale: #4D4D4D. Windows color (decimal): -5110086 or 12191410. OLE color: 12191410.

HSL color Cylindrical-coordinate representation of color #B206BA: hue angle of 297.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206BA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1786186-
CMYK0.040.9700.27
HSL297.33º93.75%37.65%-
HSV(B)297.33º96.77%72.94%-
XYZ27.2913.1447.55-
YUV77.95188.98199.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=48.11%
G=1.62%
B=50.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17861860.040.9700.27297.3393.7537.65
HexB26BA46101B1295e26
Octal2626272414103345113646
Binary101100101101011101010011000010110111001010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B206BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B206BA; }

 p { color: rgb(178,6,186); }

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

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

 a { background-color: rgb(178,6,186); }

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

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

 span { border-color: rgb(178,6,186); }

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