Html Css Color HEX #B409DE Deep Magenta

📋 copy color: '#B409DE'

red 180 ◦ green 9 ◦ blue 222

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

Shades of Deep Magenta #B409DE

Tints of Deep Magenta #B409DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 43.8%
G = 2.19%
B = 54.01%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B409DE (or 0xB409DE) is known color: Deep Magenta. HEX triplet: B4, 09 and DE. RGB value is (180,9,222). Sum of RGB (Red+Green+Blue) = 180+9+222=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #B409DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409DE is #4BF621. Grayscale: #535353. Windows color (decimal): -4978210 or 14551476. OLE color: 14551476.

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

Color convert

RGB 180 9 222 -
CMYK 0.19 0.96 0 0.13
HSL 288.17º 0.92% 0.45% -
HSV(B) 288.17º 0.96% 0.87% -
XYZ 32.1 15.17 70.34 -
YUV 84.41 205.65 196.18 -
System Red Green Blue C M Y K H S L
Decimal 180 9 222 0.19 0.96 0 0.13 288.17 0.92 0.45
Hex B4 9 DE 13 60 0 D 120 5C 2D
Octal 264 11 336 23 140 0 15 440 134 55
Binary 10110100 1001 11011110 10011 1100000 0 1101 100100000 1011100 101101

Color Harmonies of #B409DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409DE

Black with #B409DE

Text Example


Text Example

White with #B409DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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