#B017CA

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

Shades of Deep Magenta #B017CA

Tints of Deep Magenta #B017CA

Color information

#B017CA (or 0xB017CA) is unknown color: approx Deep Magenta. HEX triplet: B0, 17 and CA. RGB value is (176,23,202). Sum of RGB (Red+Green+Blue) = 176+23+202=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #B017CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017CA is #4FE835. Grayscale: #585858. Windows color (decimal): -5236790 or 13244336. OLE color: 13244336.

HSL color Cylindrical-coordinate representation of color #B017CA: hue angle of 291.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017CA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17623202-
CMYK0.130.8900.21
HSL291.28º79.56%44.12%-
HSV(B)291.28º88.61%79.22%-
XYZ28.8714.1157.08-
YUV89.15191.69189.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 23 (9.38% from 255) = 5.74%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=43.89%
G=5.74%
B=50.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176232020.130.8900.21291.2879.5644.12
HexB017CAD59015123502c
Octal260273121513102544312054
Binary101100001011111001010110110110010101011001000111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B017CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B017CA; }

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

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

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

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

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

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

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

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