#B014AE

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

Shades of Deep Magenta #B014AE

Tints of Deep Magenta #B014AE

Color information

#B014AE (or 0xB014AE) is unknown color: approx Deep Magenta. HEX triplet: B0, 14 and AE. RGB value is (176,20,174). Sum of RGB (Red+Green+Blue) = 176+20+174=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B014AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014AE is #4FEB51. Grayscale: #535353. Windows color (decimal): -5237586 or 11408560. OLE color: 11408560.

HSL color Cylindrical-coordinate representation of color #B014AE: hue angle of 300.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B014AE is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17620174-
CMYK00.890.010.31
HSL300.77º79.59%38.43%-
HSV(B)300.77º88.64%69.02%-
XYZ25.7912.7941.15-
YUV84.2178.68193.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 20 (8.20% from 255) = 5.41%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=47.57%
G=5.41%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762017400.890.010.31300.7779.5938.43
HexB014AE05911F12d5026
Octal26024256013113745512046
Binary101100001010010101110010110011111111001011011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B014AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B014AE; }

 p { color: rgb(176,20,174); }

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

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

 a { background-color: rgb(176,20,174); }

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

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

 span { border-color: rgb(176,20,174); }

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