#B414DC

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

Shades of Deep Magenta #B414DC

Tints of Deep Magenta #B414DC

Color information

#B414DC (or 0xB414DC) is unknown color: approx Deep Magenta. HEX triplet: B4, 14 and DC. RGB value is (180,20,220). Sum of RGB (Red+Green+Blue) = 180+20+220=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #B414DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414DC is #4BEB23. Grayscale: #5A5A5A. Windows color (decimal): -4975396 or 14423220. OLE color: 14423220.

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

Color convert

RGB18020220-
CMYK0.180.9100.14
HSL288º83.33%47.06%-
HSV(B)288º90.91%86.27%-
XYZ31.9915.3768.99-
YUV90.64201.01191.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 20 (8.20% from 255) = 4.76%
BLUE value IS 220 (86.33% from 255) = 52.38%
R=42.86%
G=4.76%
B=52.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180202200.180.9100.1428883.3347.06
HexB414DC125B0E120532f
Octal264243342213301644012357
Binary101101001010011011100100101011011011101001000001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B414DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B414DC; }

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

 H1.HeaderClassName
 {
   color: #B414DC;
 }
 .AnyTagClassName
 {
   color: #B414DC;
 }
</style>
background-color css

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

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

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

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

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

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