Html Css Color HEX #B409D8 Deep Magenta

📋 copy color: '#B409D8'

red 180 ◦ green 9 ◦ blue 216

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

Shades of Deep Magenta #B409D8

Tints of Deep Magenta #B409D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.33%

R = 44.44%
G = 2.22%
B = 53.33%

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

#B409D8 (or 0xB409D8) is known color: Deep Magenta. HEX triplet: B4, 09 and D8. RGB value is (180,9,216). Sum of RGB (Red+Green+Blue) = 180+9+216=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #B409D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409D8 is #4BF627. Grayscale: #535353. Windows color (decimal): -4978216 or 14158260. OLE color: 14158260.

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

Color convert

RGB 180 9 216 -
CMYK 0.17 0.96 0 0.15
HSL 289.57º 0.92% 0.44% -
HSV(B) 289.57º 0.96% 0.85% -
XYZ 31.31 14.86 66.18 -
YUV 83.73 202.65 196.67 -
System Red Green Blue C M Y K H S L
Decimal 180 9 216 0.17 0.96 0 0.15 289.57 0.92 0.44
Hex B4 9 D8 11 60 0 F 122 5C 2C
Octal 264 11 330 21 140 0 17 442 134 54
Binary 10110100 1001 11011000 10001 1100000 0 1111 100100010 1011100 101100

Color Harmonies of #B409D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409D8

Black with #B409D8

Text Example


Text Example

White with #B409D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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