Html Css Color HEX #B408DC Deep Magenta

📋 copy color: '#B408DC'

red 180 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #B408DC

Tints of Deep Magenta #B408DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

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

R = 44.12%
G = 1.96%
B = 53.92%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B408DC (or 0xB408DC) is known color: Deep Magenta. HEX triplet: B4, 08 and DC. RGB value is (180,8,220). Sum of RGB (Red+Green+Blue) = 180+8+220=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #B408DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408DC is #4BF723. Grayscale: #525252. Windows color (decimal): -4978468 or 14420148. OLE color: 14420148.

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

Color convert

RGB 180 8 220 -
CMYK 0.18 0.96 0 0.14
HSL 288.68º 0.93% 0.45% -
HSV(B) 288.68º 0.96% 0.86% -
XYZ 31.83 15.04 68.94 -
YUV 83.6 204.98 196.76 -
System Red Green Blue C M Y K H S L
Decimal 180 8 220 0.18 0.96 0 0.14 288.68 0.93 0.45
Hex B4 8 DC 12 60 0 E 121 5D 2D
Octal 264 10 334 22 140 0 16 441 135 55
Binary 10110100 1000 11011100 10010 1100000 0 1110 100100001 1011101 101101

Color Harmonies of #B408DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408DC

Black with #B408DC

Text Example


Text Example

White with #B408DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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