#B508DB

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

Shades of Deep Magenta #B508DB

Tints of Deep Magenta #B508DB

Color information

#B508DB (or 0xB508DB) is unknown color: approx Deep Magenta. HEX triplet: B5, 08 and DB. RGB value is (181,8,219). Sum of RGB (Red+Green+Blue) = 181+8+219=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #B508DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508DB is #4AF724. Grayscale: #535353. Windows color (decimal): -4912933 or 14354613. OLE color: 14354613.

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

Color convert

RGB1818219-
CMYK0.170.9600.14
HSL289.19º92.95%44.51%-
HSV(B)289.19º96.35%85.88%-
XYZ31.9315.1168.25-
YUV83.78204.31197.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 8 (3.52% from 255) = 1.96%
BLUE value IS 219 (85.94% from 255) = 53.68%
R=44.36%
G=1.96%
B=53.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18182190.170.9600.14289.1992.9544.51
HexB58DB11600E1215d2d
Octal265103332114001644113555
Binary10110101100011011011100011100000011101001000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B508DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B508DB; }

 p { color: rgb(181,8,219); }

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

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

 a { background-color: rgb(181,8,219); }

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

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

 span { border-color: rgb(181,8,219); }

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