#B015CA

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

Shades of Deep Magenta #B015CA

Tints of Deep Magenta #B015CA

Color information

#B015CA (or 0xB015CA) is unknown color: approx Deep Magenta. HEX triplet: B0, 15 and CA. RGB value is (176,21,202). Sum of RGB (Red+Green+Blue) = 176+21+202=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #B015CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015CA is #4FEA35. Grayscale: #575757. Windows color (decimal): -5237302 or 13243824. OLE color: 13243824.

HSL color Cylindrical-coordinate representation of color #B015CA: hue angle of 291.38º 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 #B015CA is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17621202-
CMYK0.130.9000.21
HSL291.38º81.17%43.73%-
HSV(B)291.38º89.6%79.22%-
XYZ28.8314.0357.07-
YUV87.98192.35190.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 21 (8.59% from 255) = 5.26%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=44.11%
G=5.26%
B=50.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176212020.130.9000.21291.3881.1743.73
HexB015CAD5A015123512c
Octal260253121513202544312154
Binary101100001010111001010110110110100101011001000111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B015CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B015CA; }

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

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

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

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

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

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

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

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