Html Css Color HEX #B405DC Deep Magenta

📋 copy color: '#B405DC'

red 180 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #B405DC

Tints of Deep Magenta #B405DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 44.44%
G = 1.23%
B = 54.32%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B405DC (or 0xB405DC) is known color: Deep Magenta. HEX triplet: B4, 05 and DC. RGB value is (180,5,220). Sum of RGB (Red+Green+Blue) = 180+5+220=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #B405DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405DC is #4BFA23. Grayscale: #515151. Windows color (decimal): -4979236 or 14419380. OLE color: 14419380.

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

Color convert

RGB 180 5 220 -
CMYK 0.18 0.98 0 0.14
HSL 288.84º 0.96% 0.44% -
HSV(B) 288.84º 0.98% 0.86% -
XYZ 31.79 14.98 68.93 -
YUV 81.84 205.98 198.02 -
System Red Green Blue C M Y K H S L
Decimal 180 5 220 0.18 0.98 0 0.14 288.84 0.96 0.44
Hex B4 5 DC 12 62 0 E 121 60 2C
Octal 264 5 334 22 142 0 16 441 140 54
Binary 10110100 101 11011100 10010 1100010 0 1110 100100001 1100000 101100

Color Harmonies of #B405DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405DC

Black with #B405DC

Text Example


Text Example

White with #B405DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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