Html Css Color HEX #B508DB Deep Magenta

📋 copy color: '#B508DB'

red 181 ◦ green 8 ◦ blue 219

#B508DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B508DB

Tints of Deep Magenta #B508DB

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 value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B508DB (or 0xB508DB) is known color: 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

RGB 181 8 219 -
CMYK 0.17 0.96 0 0.14
HSL 289.19º 0.93% 0.45% -
HSV(B) 289.19º 0.96% 0.86% -
XYZ 31.93 15.11 68.25 -
YUV 83.78 204.31 197.34 -
System Red Green Blue C M Y K H S L
Decimal 181 8 219 0.17 0.96 0 0.14 289.19 0.93 0.45
Hex B5 8 DB 11 60 0 E 121 5D 2D
Octal 265 10 333 21 140 0 16 441 135 55
Binary 10110101 1000 11011011 10001 1100000 0 1110 100100001 1011101 101101

Color Harmonies of #B508DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508DB

Black with #B508DB

Text Example


Text Example

White with #B508DB

Text Example


Text Example

HTML Codes & Css Web 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>