#B515CA

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

Shades of Deep Magenta #B515CA

Tints of Deep Magenta #B515CA

Color information

#B515CA (or 0xB515CA) is unknown color: approx Deep Magenta. HEX triplet: B5, 15 and CA. RGB value is (181,21,202). Sum of RGB (Red+Green+Blue) = 181+21+202=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #B515CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515CA is #4AEA35. Grayscale: #585858. Windows color (decimal): -4909622 or 13243829. OLE color: 13243829.

HSL color Cylindrical-coordinate representation of color #B515CA: hue angle of 293.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B515CA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18121202-
CMYK0.100.9000.21
HSL293.04º81.17%43.73%-
HSV(B)293.04º89.6%79.22%-
XYZ29.9814.6257.12-
YUV89.47191.51193.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 21 (8.59% from 255) = 5.20%
BLUE value IS 202 (79.30% from 255) = 50%
R=44.80%
G=5.20%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181212020.100.9000.21293.0481.1743.73
HexB515CAA5A015125512c
Octal265253121213202544512154
Binary101101011010111001010101010110100101011001001011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B515CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B515CA; }

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

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

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

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

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

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

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

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