#B50FAE

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

Shades of Deep Magenta #B50FAE

Tints of Deep Magenta #B50FAE

Color information

#B50FAE (or 0xB50FAE) is unknown color: approx Deep Magenta. HEX triplet: B5, 0F and AE. RGB value is (181,15,174). Sum of RGB (Red+Green+Blue) = 181+15+174=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50FAE is #4AF051. Grayscale: #525252. Windows color (decimal): -4911186 or 11407285. OLE color: 11407285.

HSL color Cylindrical-coordinate representation of color #B50FAE: hue angle of 302.53º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FAE is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18115174-
CMYK00.920.040.29
HSL302.53º84.69%38.43%-
HSV(B)302.53º91.71%70.98%-
XYZ26.8713.2241.18-
YUV82.76179.5198.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 15 (6.25% from 255) = 4.05%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=48.92%
G=4.05%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811517400.920.040.29302.5384.6938.43
HexB5FAE05C41D12f5526
Octal26517256013443545712546
Binary1011010111111010111001011100100111011001011111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FAE; }

 p { color: rgb(181,15,174); }

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

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

 a { background-color: rgb(181,15,174); }

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

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

 span { border-color: rgb(181,15,174); }

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