#B806A7

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

Shades of Deep Magenta #B806A7

Tints of Deep Magenta #B806A7

Color information

#B806A7 (or 0xB806A7) is unknown color: approx Deep Magenta. HEX triplet: B8, 06 and A7. RGB value is (184,6,167). Sum of RGB (Red+Green+Blue) = 184+6+167=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B806A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B806A7 is #47F958. Grayscale: #4D4D4D. Windows color (decimal): -4716889 or 10946232. OLE color: 10946232.

HSL color Cylindrical-coordinate representation of color #B806A7: hue angle of 305.73º 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 #B806A7 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB1846167-
CMYK00.970.090.28
HSL305.73º93.68%37.25%-
HSV(B)305.73º96.74%72.16%-
XYZ26.8113.1137.68-
YUV77.58178.47203.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 6 (2.73% from 255) = 1.68%
BLUE value IS 167 (65.62% from 255) = 46.78%
R=51.54%
G=1.68%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184616700.970.090.28305.7393.6837.25
HexB86A706191C1325e25
Octal27062470141113446213645
Binary1011100011010100111011000011001111001001100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B806A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B806A7; }

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

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

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

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

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

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

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

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