#B719B0

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

Shades of Deep Magenta #B719B0

Tints of Deep Magenta #B719B0

Color information

#B719B0 (or 0xB719B0) is unknown color: approx Deep Magenta. HEX triplet: B7, 19 and B0. RGB value is (183,25,176). Sum of RGB (Red+Green+Blue) = 183+25+176=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B719B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B719B0 is #48E64F. Grayscale: #595959. Windows color (decimal): -4777552 or 11540919. OLE color: 11540919.

HSL color Cylindrical-coordinate representation of color #B719B0: hue angle of 302.66º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B719B0 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18325176-
CMYK00.860.040.28
HSL302.66º75.96%40.78%-
HSV(B)302.66º86.34%71.76%-
XYZ27.7113.942.3-
YUV89.46176.85194.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 25 (10.16% from 255) = 6.51%
BLUE value IS 176 (69.14% from 255) = 45.83%
R=47.66%
G=6.51%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832517600.860.040.28302.6675.9640.78
HexB719B005641C12f4c29
Octal26731260012643445711451
Binary10110111110011011000001010110100111001001011111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B719B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B719B0; }

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

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

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

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

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

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

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

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