Html Css Color HEX #B405D9 Deep Magenta

📋 copy color: '#B405D9'

red 180 ◦ green 5 ◦ blue 217

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

Shades of Deep Magenta #B405D9

Tints of Deep Magenta #B405D9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 44.78%
G = 1.24%
B = 53.98%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B405D9 (or 0xB405D9) is known color: Deep Magenta. HEX triplet: B4, 05 and D9. RGB value is (180,5,217). Sum of RGB (Red+Green+Blue) = 180+5+217=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #B405D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405D9 is #4BFA26. Grayscale: #505050. Windows color (decimal): -4979239 or 14222772. OLE color: 14222772.

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

Color convert

RGB 180 5 217 -
CMYK 0.17 0.98 0 0.15
HSL 289.53º 0.95% 0.44% -
HSV(B) 289.53º 0.98% 0.85% -
XYZ 31.4 14.82 66.85 -
YUV 81.49 204.48 198.26 -
System Red Green Blue C M Y K H S L
Decimal 180 5 217 0.17 0.98 0 0.15 289.53 0.95 0.44
Hex B4 5 D9 11 62 0 F 122 5F 2C
Octal 264 5 331 21 142 0 17 442 137 54
Binary 10110100 101 11011001 10001 1100010 0 1111 100100010 1011111 101100

Color Harmonies of #B405D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405D9

Black with #B405D9

Text Example


Text Example

White with #B405D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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