Html Css Color HEX #B508DD Deep Magenta

📋 copy color: '#B508DD'

red 181 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #B508DD

Tints of Deep Magenta #B508DD

RGB

 RED value IS 181 (71.09% from 255) = 44.15%

 GREEN value IS 8 (3.52% from 255) = 1.95%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 44.15%
G = 1.95%
B = 53.9%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B508DD (or 0xB508DD) is known color: Deep Magenta. HEX triplet: B5, 08 and DD. RGB value is (181,8,221). Sum of RGB (Red+Green+Blue) = 181+8+221=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #B508DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508DD is #4AF722. Grayscale: #535353. Windows color (decimal): -4912931 or 14485685. OLE color: 14485685.

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

Color convert

RGB 181 8 221 -
CMYK 0.18 0.96 0 0.13
HSL 288.73º 0.93% 0.45% -
HSV(B) 288.73º 0.96% 0.87% -
XYZ 32.19 15.22 69.65 -
YUV 84.01 205.31 197.18 -
System Red Green Blue C M Y K H S L
Decimal 181 8 221 0.18 0.96 0 0.13 288.73 0.93 0.45
Hex B5 8 DD 12 60 0 D 121 5D 2D
Octal 265 10 335 22 140 0 15 441 135 55
Binary 10110101 1000 11011101 10010 1100000 0 1101 100100001 1011101 101101

Color Harmonies of #B508DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508DD

Black with #B508DD

Text Example


Text Example

White with #B508DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508DD; }

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

 H1.HeaderClassName
 {
   color: #B508DD;
 }
 .AnyTagClassName
 {
   color: #B508DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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