Html Css Color HEX #B409D4 Deep Magenta

📋 copy color: '#B409D4'

red 180 ◦ green 9 ◦ blue 212

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

Shades of Deep Magenta #B409D4

Tints of Deep Magenta #B409D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.87%

R = 44.89%
G = 2.24%
B = 52.87%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B409D4 (or 0xB409D4) is known color: Deep Magenta. HEX triplet: B4, 09 and D4. RGB value is (180,9,212). Sum of RGB (Red+Green+Blue) = 180+9+212=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #B409D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409D4 is #4BF62B. Grayscale: #525252. Windows color (decimal): -4978220 or 13896116. OLE color: 13896116.

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

Color convert

RGB 180 9 212 -
CMYK 0.15 0.96 0 0.17
HSL 290.54º 0.92% 0.43% -
HSV(B) 290.54º 0.96% 0.83% -
XYZ 30.8 14.65 63.49 -
YUV 83.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 180 9 212 0.15 0.96 0 0.17 290.54 0.92 0.43
Hex B4 9 D4 F 60 0 11 123 5C 2B
Octal 264 11 324 17 140 0 21 443 134 53
Binary 10110100 1001 11010100 1111 1100000 0 10001 100100011 1011100 101011

Color Harmonies of #B409D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409D4

Black with #B409D4

Text Example


Text Example

White with #B409D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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