Html Css Color HEX #B409D9 Deep Magenta

📋 copy color: '#B409D9'

red 180 ◦ green 9 ◦ blue 217

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

Shades of Deep Magenta #B409D9

Tints of Deep Magenta #B409D9

RGB

 RED value IS 180 (70.7% from 255) = 44.33%

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

 BLUE value IS 217 (85.16% from 255) = 53.45%

R = 44.33%
G = 2.22%
B = 53.45%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B409D9 (or 0xB409D9) is known color: Deep Magenta. HEX triplet: B4, 09 and D9. RGB value is (180,9,217). Sum of RGB (Red+Green+Blue) = 180+9+217=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #B409D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409D9 is #4BF626. Grayscale: #535353. Windows color (decimal): -4978215 or 14223796. OLE color: 14223796.

HSL color Cylindrical-coordinate representation of color #B409D9: hue angle of 289.33º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409D9 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 9 217 -
CMYK 0.17 0.96 0 0.15
HSL 289.33º 0.92% 0.44% -
HSV(B) 289.33º 0.96% 0.85% -
XYZ 31.44 14.91 66.87 -
YUV 83.84 203.15 196.59 -
System Red Green Blue C M Y K H S L
Decimal 180 9 217 0.17 0.96 0 0.15 289.33 0.92 0.44
Hex B4 9 D9 11 60 0 F 121 5C 2C
Octal 264 11 331 21 140 0 17 441 134 54
Binary 10110100 1001 11011001 10001 1100000 0 1111 100100001 1011100 101100

Color Harmonies of #B409D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409D9

Black with #B409D9

Text Example


Text Example

White with #B409D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409D9; }

 p { color: rgb(180,9,217); }

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

background-color css

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

 a { background-color: rgb(180,9,217); }

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

border-color css

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

 span { border-color: rgb(180,9,217); }

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