Html Css Color HEX #B401DD Deep Magenta

📋 copy color: '#B401DD'

red 180 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #B401DD

Tints of Deep Magenta #B401DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 44.78%
G = 0.25%
B = 54.98%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B401DD (or 0xB401DD) is known color: Deep Magenta. HEX triplet: B4, 01 and DD. RGB value is (180,1,221). Sum of RGB (Red+Green+Blue) = 180+1+221=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #B401DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401DD is #4BFE22. Grayscale: #4E4E4E. Windows color (decimal): -4980259 or 14483892. OLE color: 14483892.

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

Color convert

RGB 180 1 221 -
CMYK 0.19 1.00 0 0.13
HSL 288.82º 0.99% 0.44% -
HSV(B) 288.82º 1% 0.87% -
XYZ 31.88 14.95 69.61 -
YUV 79.6 207.8 199.61 -
System Red Green Blue C M Y K H S L
Decimal 180 1 221 0.19 1.00 0 0.13 288.82 0.99 0.44
Hex B4 1 DD 13 64 0 D 121 63 2C
Octal 264 1 335 23 144 0 15 441 143 54
Binary 10110100 1 11011101 10011 1100100 0 1101 100100001 1100011 101100

Color Harmonies of #B401DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401DD

Black with #B401DD

Text Example


Text Example

White with #B401DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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