Html Css Color HEX #B401DC Deep Magenta

📋 copy color: '#B401DC'

red 180 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #B401DC

Tints of Deep Magenta #B401DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 44.89%
G = 0.25%
B = 54.86%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B401DC (or 0xB401DC) is known color: Deep Magenta. HEX triplet: B4, 01 and DC. RGB value is (180,1,220). Sum of RGB (Red+Green+Blue) = 180+1+220=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #B401DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401DC is #4BFE23. Grayscale: #4E4E4E. Windows color (decimal): -4980260 or 14418356. OLE color: 14418356.

HSL color Cylindrical-coordinate representation of color #B401DC: hue angle of 289.04º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401DC is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 1 220 -
CMYK 0.18 1.00 0 0.14
HSL 289.04º 0.99% 0.43% -
HSV(B) 289.04º 1% 0.86% -
XYZ 31.75 14.89 68.91 -
YUV 79.49 207.3 199.69 -
System Red Green Blue C M Y K H S L
Decimal 180 1 220 0.18 1.00 0 0.14 289.04 0.99 0.43
Hex B4 1 DC 12 64 0 E 121 63 2B
Octal 264 1 334 22 144 0 16 441 143 53
Binary 10110100 1 11011100 10010 1100100 0 1110 100100001 1100011 101011

Color Harmonies of #B401DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B401DC

Black with #B401DC

Text Example


Text Example

White with #B401DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B401DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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