#B805DE

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

Shades of Deep Magenta #B805DE

Tints of Deep Magenta #B805DE

Color information

#B805DE (or 0xB805DE) is unknown color: approx Deep Magenta. HEX triplet: B8, 05 and DE. RGB value is (184,5,222). Sum of RGB (Red+Green+Blue) = 184+5+222=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #B805DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805DE is #47FA21. Grayscale: #525252. Windows color (decimal): -4717090 or 14550456. OLE color: 14550456.

HSL color Cylindrical-coordinate representation of color #B805DE: hue angle of 289.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805DE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1845222-
CMYK0.170.9800.13
HSL289.49º95.59%44.51%-
HSV(B)289.49º97.75%87.06%-
XYZ33.0115.5770.37-
YUV83.26206.3199.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 5 (2.34% from 255) = 1.22%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=44.77%
G=1.22%
B=54.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18452220.170.9800.13289.4995.5944.51
HexB85DE11620D121602d
Octal27053362114201544114055
Binary1011100010111011110100011100010011011001000011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B805DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B805DE; }

 p { color: rgb(184,5,222); }

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

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

 a { background-color: rgb(184,5,222); }

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

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

 span { border-color: rgb(184,5,222); }

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