Html Css Color HEX #B408DB Deep Magenta

📋 copy color: '#B408DB'

red 180 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #B408DB

Tints of Deep Magenta #B408DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 44.23%
G = 1.97%
B = 53.81%

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

#B408DB (or 0xB408DB) is known color: Deep Magenta. HEX triplet: B4, 08 and DB. RGB value is (180,8,219). Sum of RGB (Red+Green+Blue) = 180+8+219=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #B408DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408DB is #4BF724. Grayscale: #525252. Windows color (decimal): -4978469 or 14354612. OLE color: 14354612.

HSL color Cylindrical-coordinate representation of color #B408DB: hue angle of 288.91º 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 #B408DB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 8 219 -
CMYK 0.18 0.96 0 0.14
HSL 288.91º 0.93% 0.45% -
HSV(B) 288.91º 0.96% 0.86% -
XYZ 31.7 14.99 68.24 -
YUV 83.48 204.48 196.84 -
System Red Green Blue C M Y K H S L
Decimal 180 8 219 0.18 0.96 0 0.14 288.91 0.93 0.45
Hex B4 8 DB 12 60 0 E 121 5D 2D
Octal 264 10 333 22 140 0 16 441 135 55
Binary 10110100 1000 11011011 10010 1100000 0 1110 100100001 1011101 101101

Color Harmonies of #B408DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408DB

Black with #B408DB

Text Example


Text Example

White with #B408DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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