Html Css Color HEX #B509DD Deep Magenta

📋 copy color: '#B509DD'

red 181 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #B509DD

Tints of Deep Magenta #B509DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.19%

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

R = 44.04%
G = 2.19%
B = 53.77%

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

#B509DD (or 0xB509DD) is known color: Deep Magenta. HEX triplet: B5, 09 and DD. RGB value is (181,9,221). Sum of RGB (Red+Green+Blue) = 181+9+221=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #B509DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509DD is #4AF622. Grayscale: #535353. Windows color (decimal): -4912675 or 14485941. OLE color: 14485941.

HSL color Cylindrical-coordinate representation of color #B509DD: hue angle of 288.68º degrees, saturation: 0.92, 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 #B509DD is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 9 221 -
CMYK 0.18 0.96 0 0.13
HSL 288.68º 0.92% 0.45% -
HSV(B) 288.68º 0.96% 0.87% -
XYZ 32.2 15.24 69.65 -
YUV 84.6 204.98 196.76 -
System Red Green Blue C M Y K H S L
Decimal 181 9 221 0.18 0.96 0 0.13 288.68 0.92 0.45
Hex B5 9 DD 12 60 0 D 121 5C 2D
Octal 265 11 335 22 140 0 15 441 134 55
Binary 10110101 1001 11011101 10010 1100000 0 1101 100100001 1011100 101101

Color Harmonies of #B509DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B509DD

Black with #B509DD

Text Example


Text Example

White with #B509DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B509DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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