#B619D0

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

Shades of Deep Magenta #B619D0

Tints of Deep Magenta #B619D0

Color information

#B619D0 (or 0xB619D0) is unknown color: approx Deep Magenta. HEX triplet: B6, 19 and D0. RGB value is (182,25,208). Sum of RGB (Red+Green+Blue) = 182+25+208=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #B619D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619D0 is #49E62F. Grayscale: #5C5C5C. Windows color (decimal): -4843056 or 13638070. OLE color: 13638070.

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

Color convert

RGB18225208-
CMYK0.120.8800.18
HSL291.48º78.54%45.69%-
HSV(B)291.48º87.98%81.57%-
XYZ31.0215.1960.97-
YUV92.8193.01191.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 25 (10.16% from 255) = 6.02%
BLUE value IS 208 (81.64% from 255) = 50.12%
R=43.86%
G=6.02%
B=50.12%

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
Decimal182252080.120.8800.18291.4878.5445.69
HexB619D0C580121234f2e
Octal266313201413002244311756
Binary101101101100111010000110010110000100101001000111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B619D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B619D0; }

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

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

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

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

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

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

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

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