#B719D0

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

Shades of Deep Magenta #B719D0

Tints of Deep Magenta #B719D0

Color information

#B719D0 (or 0xB719D0) is unknown color: approx Deep Magenta. HEX triplet: B7, 19 and D0. RGB value is (183,25,208). Sum of RGB (Red+Green+Blue) = 183+25+208=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #B719D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719D0 is #48E62F. Grayscale: #5C5C5C. Windows color (decimal): -4777520 or 13638071. OLE color: 13638071.

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

Color convert

RGB18325208-
CMYK0.120.8800.18
HSL291.8º78.54%45.69%-
HSV(B)291.8º87.98%81.57%-
XYZ31.2615.3260.98-
YUV93.1192.85192.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 25 (10.16% from 255) = 6.01%
BLUE value IS 208 (81.64% from 255) = 50%
R=43.99%
G=6.01%
B=50%

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
Decimal183252080.120.8800.18291.878.5445.69
HexB719D0C580121244f2e
Octal267313201413002244411756
Binary101101111100111010000110010110000100101001001001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B719D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B719D0; }

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

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

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

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

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

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

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

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