#B819D0

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

Shades of Deep Magenta #B819D0

Tints of Deep Magenta #B819D0

Color information

#B819D0 (or 0xB819D0) is unknown color: approx Deep Magenta. HEX triplet: B8, 19 and D0. RGB value is (184,25,208). Sum of RGB (Red+Green+Blue) = 184+25+208=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #B819D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819D0 is #47E62F. Grayscale: #5C5C5C. Windows color (decimal): -4711984 or 13638072. OLE color: 13638072.

HSL color Cylindrical-coordinate representation of color #B819D0: hue angle of 292.13º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B819D0 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18425208-
CMYK0.120.8800.18
HSL292.13º78.54%45.69%-
HSV(B)292.13º87.98%81.57%-
XYZ31.515.4460.99-
YUV93.4192.68192.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 25 (10.16% from 255) = 6.00%
BLUE value IS 208 (81.64% from 255) = 49.88%
R=44.12%
G=6.00%
B=49.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184252080.120.8800.18292.1378.5445.69
HexB819D0C580121244f2e
Octal270313201413002244411756
Binary101110001100111010000110010110000100101001001001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B819D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B819D0; }

 p { color: rgb(184,25,208); }

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

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

 a { background-color: rgb(184,25,208); }

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

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

 span { border-color: rgb(184,25,208); }

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