Html Css Color HEX #B408DE Deep Magenta

📋 copy color: '#B408DE'

red 180 ◦ green 8 ◦ blue 222

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

Shades of Deep Magenta #B408DE

Tints of Deep Magenta #B408DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 43.9%
G = 1.95%
B = 54.15%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B408DE (or 0xB408DE) is known color: Deep Magenta. HEX triplet: B4, 08 and DE. RGB value is (180,8,222). Sum of RGB (Red+Green+Blue) = 180+8+222=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #B408DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408DE is #4BF721. Grayscale: #535353. Windows color (decimal): -4978466 or 14551220. OLE color: 14551220.

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

Color convert

RGB 180 8 222 -
CMYK 0.19 0.96 0 0.13
HSL 288.22º 0.93% 0.45% -
HSV(B) 288.22º 0.96% 0.87% -
XYZ 32.09 15.15 70.34 -
YUV 83.82 205.98 196.6 -
System Red Green Blue C M Y K H S L
Decimal 180 8 222 0.19 0.96 0 0.13 288.22 0.93 0.45
Hex B4 8 DE 13 60 0 D 120 5D 2D
Octal 264 10 336 23 140 0 15 440 135 55
Binary 10110100 1000 11011110 10011 1100000 0 1101 100100000 1011101 101101

Color Harmonies of #B408DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408DE

Black with #B408DE

Text Example


Text Example

White with #B408DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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