Html Css Color HEX #B404DD Deep Magenta

📋 copy color: '#B404DD'

red 180 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #B404DD

Tints of Deep Magenta #B404DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

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

R = 44.44%
G = 0.99%
B = 54.57%

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

#B404DD (or 0xB404DD) is known color: Deep Magenta. HEX triplet: B4, 04 and DD. RGB value is (180,4,221). Sum of RGB (Red+Green+Blue) = 180+4+221=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #B404DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B404DD is #4BFB22. Grayscale: #505050. Windows color (decimal): -4979491 or 14484660. OLE color: 14484660.

HSL color Cylindrical-coordinate representation of color #B404DD: hue angle of 288.66º 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 #B404DD is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 4 221 -
CMYK 0.19 0.98 0 0.13
HSL 288.66º 0.96% 0.44% -
HSV(B) 288.66º 0.98% 0.87% -
XYZ 31.92 15.01 69.62 -
YUV 81.36 206.81 198.36 -
System Red Green Blue C M Y K H S L
Decimal 180 4 221 0.19 0.98 0 0.13 288.66 0.96 0.44
Hex B4 4 DD 13 62 0 D 121 60 2C
Octal 264 4 335 23 142 0 15 441 140 54
Binary 10110100 100 11011101 10011 1100010 0 1101 100100001 1100000 101100

Color Harmonies of #B404DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B404DD

Black with #B404DD

Text Example


Text Example

White with #B404DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B404DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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