#B806A6

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

Shades of Deep Magenta #B806A6

Tints of Deep Magenta #B806A6

Color information

#B806A6 (or 0xB806A6) is unknown color: approx Deep Magenta. HEX triplet: B8, 06 and A6. RGB value is (184,6,166). Sum of RGB (Red+Green+Blue) = 184+6+166=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B806A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B806A6 is #47F959. Grayscale: #4D4D4D. Windows color (decimal): -4716890 or 10880696. OLE color: 10880696.

HSL color Cylindrical-coordinate representation of color #B806A6: hue angle of 306.07º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B806A6 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB1846166-
CMYK00.970.100.28
HSL306.07º93.68%37.25%-
HSV(B)306.07º96.74%72.16%-
XYZ26.7213.0737.19-
YUV77.46177.97203.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.69%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 166 (65.23% from 255) = 46.63%
R=51.69%
G=1.69%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184616600.970.100.28306.0793.6837.25
HexB86A6061A1C1325e25
Octal27062460141123446213645
Binary1011100011010100110011000011010111001001100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B806A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B806A6; }

 p { color: rgb(184,6,166); }

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

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

 a { background-color: rgb(184,6,166); }

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

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

 span { border-color: rgb(184,6,166); }

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