#B408DB

Color #B408DB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B408DB

Tints of Deep Magenta #B408DB

Color information

#B408DB (or 0xB408DB) is unknown color: approx 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

RGB1808219-
CMYK0.180.9600.14
HSL288.91º92.95%44.51%-
HSV(B)288.91º96.35%85.88%-
XYZ31.714.9968.24-
YUV83.48204.48196.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% 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 (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18082190.180.9600.14288.9192.9544.51
HexB48DB12600E1215d2d
Octal264103332214001644113555
Binary10110100100011011011100101100000011101001000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B408DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>