Html Css Color HEX #B405DD Deep Magenta

📋 copy color: '#B405DD'

red 180 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #B405DD

Tints of Deep Magenta #B405DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.43%

R = 44.33%
G = 1.23%
B = 54.43%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B405DD (or 0xB405DD) is known color: Deep Magenta. HEX triplet: B4, 05 and DD. RGB value is (180,5,221). Sum of RGB (Red+Green+Blue) = 180+5+221=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #B405DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405DD is #4BFA22. Grayscale: #515151. Windows color (decimal): -4979235 or 14484916. OLE color: 14484916.

HSL color Cylindrical-coordinate representation of color #B405DD: hue angle of 288.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B405DD is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 5 221 -
CMYK 0.19 0.98 0 0.13
HSL 288.61º 0.96% 0.44% -
HSV(B) 288.61º 0.98% 0.87% -
XYZ 31.93 15.03 69.63 -
YUV 81.95 206.48 197.94 -
System Red Green Blue C M Y K H S L
Decimal 180 5 221 0.19 0.98 0 0.13 288.61 0.96 0.44
Hex B4 5 DD 13 62 0 D 121 60 2C
Octal 264 5 335 23 142 0 15 441 140 54
Binary 10110100 101 11011101 10011 1100010 0 1101 100100001 1100000 101100

Color Harmonies of #B405DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405DD

Black with #B405DD

Text Example


Text Example

White with #B405DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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