#B817CA

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

Shades of Deep Magenta #B817CA

Tints of Deep Magenta #B817CA

Color information

#B817CA (or 0xB817CA) is unknown color: approx Deep Magenta. HEX triplet: B8, 17 and CA. RGB value is (184,23,202). Sum of RGB (Red+Green+Blue) = 184+23+202=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #B817CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817CA is #47E835. Grayscale: #5A5A5A. Windows color (decimal): -4712502 or 13244344. OLE color: 13244344.

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

Color convert

RGB18423202-
CMYK0.090.8900.21
HSL293.97º79.56%44.12%-
HSV(B)293.97º88.61%79.22%-
XYZ30.7315.0757.17-
YUV91.54190.34193.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 23 (9.38% from 255) = 5.62%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=44.99%
G=5.62%
B=49.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184232020.090.8900.21293.9779.5644.12
HexB817CA959015126502c
Octal270273121113102544612054
Binary101110001011111001010100110110010101011001001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B817CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B817CA; }

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

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

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

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

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

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

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

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