Html Css Color HEX #B40DDD Deep Magenta

📋 copy color: '#B40DDD'

red 180 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #B40DDD

Tints of Deep Magenta #B40DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

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

R = 43.48%
G = 3.14%
B = 53.38%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B40DDD (or 0xB40DDD) is known color: Deep Magenta. HEX triplet: B4, 0D and DD. RGB value is (180,13,221). Sum of RGB (Red+Green+Blue) = 180+13+221=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #B40DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DDD is #4BF222. Grayscale: #555555. Windows color (decimal): -4977187 or 14486964. OLE color: 14486964.

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

Color convert

RGB 180 13 221 -
CMYK 0.19 0.94 0 0.13
HSL 288.17º 0.89% 0.46% -
HSV(B) 288.17º 0.94% 0.87% -
XYZ 32.02 15.21 69.66 -
YUV 86.65 203.83 194.59 -
System Red Green Blue C M Y K H S L
Decimal 180 13 221 0.19 0.94 0 0.13 288.17 0.89 0.46
Hex B4 D DD 13 5E 0 D 120 59 2E
Octal 264 15 335 23 136 0 15 440 131 56
Binary 10110100 1101 11011101 10011 1011110 0 1101 100100000 1011001 101110

Color Harmonies of #B40DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DDD

Black with #B40DDD

Text Example


Text Example

White with #B40DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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