Html Css Color HEX #B403DC Deep Magenta

📋 copy color: '#B403DC'

red 180 ◦ green 3 ◦ blue 220

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

Shades of Deep Magenta #B403DC

Tints of Deep Magenta #B403DC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 44.67%
G = 0.74%
B = 54.59%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B403DC (or 0xB403DC) is known color: Deep Magenta. HEX triplet: B4, 03 and DC. RGB value is (180,3,220). Sum of RGB (Red+Green+Blue) = 180+3+220=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #B403DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403DC is #4BFC23. Grayscale: #4F4F4F. Windows color (decimal): -4979748 or 14418868. OLE color: 14418868.

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

Color convert

RGB 180 3 220 -
CMYK 0.18 0.99 0 0.14
HSL 288.94º 0.97% 0.44% -
HSV(B) 288.94º 0.99% 0.86% -
XYZ 31.77 14.94 68.92 -
YUV 80.66 206.64 198.86 -
System Red Green Blue C M Y K H S L
Decimal 180 3 220 0.18 0.99 0 0.14 288.94 0.97 0.44
Hex B4 3 DC 12 63 0 E 121 61 2C
Octal 264 3 334 22 143 0 16 441 141 54
Binary 10110100 11 11011100 10010 1100011 0 1110 100100001 1100001 101100

Color Harmonies of #B403DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403DC

Black with #B403DC

Text Example


Text Example

White with #B403DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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