#B315AE

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

Shades of Deep Magenta #B315AE

Tints of Deep Magenta #B315AE

Color information

#B315AE (or 0xB315AE) is unknown color: approx Deep Magenta. HEX triplet: B3, 15 and AE. RGB value is (179,21,174). Sum of RGB (Red+Green+Blue) = 179+21+174=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B315AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B315AE is #4CEA51. Grayscale: #555555. Windows color (decimal): -5040722 or 11408819. OLE color: 11408819.

HSL color Cylindrical-coordinate representation of color #B315AE: hue angle of 301.9º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B315AE is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17921174-
CMYK00.880.030.30
HSL301.9º79%39.22%-
HSV(B)301.9º88.27%70.2%-
XYZ26.513.1841.19-
YUV85.68177.85194.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.86%
GREEN value IS 21 (8.59% from 255) = 5.61%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=47.86%
G=5.61%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792117400.880.030.30301.97939.22
HexB315AE05831E12e4f27
Octal26325256013033645611747
Binary1011001110101101011100101100011111101001011101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B315AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B315AE; }

 p { color: rgb(179,21,174); }

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

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

 a { background-color: rgb(179,21,174); }

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

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

 span { border-color: rgb(179,21,174); }

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