#B519CA

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

Shades of Deep Magenta #B519CA

Tints of Deep Magenta #B519CA

Color information

#B519CA (or 0xB519CA) is unknown color: approx Deep Magenta. HEX triplet: B5, 19 and CA. RGB value is (181,25,202). Sum of RGB (Red+Green+Blue) = 181+25+202=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #B519CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519CA is #4AE635. Grayscale: #5B5B5B. Windows color (decimal): -4908598 or 13244853. OLE color: 13244853.

HSL color Cylindrical-coordinate representation of color #B519CA: hue angle of 292.88º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B519CA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18125202-
CMYK0.100.8800.21
HSL292.88º77.97%44.51%-
HSV(B)292.88º87.62%79.22%-
XYZ30.0614.7857.15-
YUV91.82190.18191.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 25 (10.16% from 255) = 6.13%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=44.36%
G=6.13%
B=49.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181252020.100.8800.21292.8877.9744.51
HexB519CAA580151254e2d
Octal265313121213002544511655
Binary101101011100111001010101010110000101011001001011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B519CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B519CA; }

 p { color: rgb(181,25,202); }

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

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

 a { background-color: rgb(181,25,202); }

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

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

 span { border-color: rgb(181,25,202); }

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