#B518AA

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

Shades of Deep Magenta #B518AA

Tints of Deep Magenta #B518AA

Color information

#B518AA (or 0xB518AA) is unknown color: approx Deep Magenta. HEX triplet: B5, 18 and AA. RGB value is (181,24,170). Sum of RGB (Red+Green+Blue) = 181+24+170=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B518AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518AA is #4AE755. Grayscale: #575757. Windows color (decimal): -4908886 or 11147445. OLE color: 11147445.

HSL color Cylindrical-coordinate representation of color #B518AA: hue angle of 304.2º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B518AA is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18124170-
CMYK00.870.060.29
HSL304.2º76.59%40.2%-
HSV(B)304.2º86.74%70.98%-
XYZ26.6413.3839.21-
YUV87.59174.51194.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 24 (9.77% from 255) = 6.4%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=48.27%
G=6.4%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812417000.870.060.29304.276.5940.2
HexB518AA05761D1304d28
Octal26530252012763546011550
Binary10110101110001010101001010111110111011001100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B518AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B518AA; }

 p { color: rgb(181,24,170); }

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

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

 a { background-color: rgb(181,24,170); }

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

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

 span { border-color: rgb(181,24,170); }

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