#B807D6

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

Shades of Deep Magenta #B807D6

Tints of Deep Magenta #B807D6

Color information

#B807D6 (or 0xB807D6) is unknown color: approx Deep Magenta. HEX triplet: B8, 07 and D6. RGB value is (184,7,214). Sum of RGB (Red+Green+Blue) = 184+7+214=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #B807D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807D6 is #47F829. Grayscale: #525252. Windows color (decimal): -4716586 or 14026680. OLE color: 14026680.

HSL color Cylindrical-coordinate representation of color #B807D6: hue angle of 291.3º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807D6 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1847214-
CMYK0.140.9700.16
HSL291.3º93.67%43.33%-
HSV(B)291.3º96.73%83.92%-
XYZ31.9815.264.87-
YUV83.52201.64199.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 7 (3.12% from 255) = 1.73%
BLUE value IS 214 (83.98% from 255) = 52.84%
R=45.43%
G=1.73%
B=52.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18472140.140.9700.16291.393.6743.33
HexB87D6E610101235e2b
Octal27073261614102044313653
Binary1011100011111010110111011000010100001001000111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B807D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B807D6; }

 p { color: rgb(184,7,214); }

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

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

 a { background-color: rgb(184,7,214); }

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

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

 span { border-color: rgb(184,7,214); }

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