#B417AA

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

Shades of Deep Magenta #B417AA

Tints of Deep Magenta #B417AA

Color information

#B417AA (or 0xB417AA) is unknown color: approx Deep Magenta. HEX triplet: B4, 17 and AA. RGB value is (180,23,170). Sum of RGB (Red+Green+Blue) = 180+23+170=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B417AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417AA is #4BE855. Grayscale: #565656. Windows color (decimal): -4974678 or 11147188. OLE color: 11147188.

HSL color Cylindrical-coordinate representation of color #B417AA: hue angle of 303.82º 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 #B417AA is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18023170-
CMYK00.870.060.29
HSL303.82º77.34%39.8%-
HSV(B)303.82º87.22%70.59%-
XYZ26.3813.2239.19-
YUV86.7175.01194.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 23 (9.38% from 255) = 6.17%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=48.26%
G=6.17%
B=45.58%

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
Decimal1802317000.870.060.29303.8277.3439.8
HexB417AA05761D1304d28
Octal26427252012763546011550
Binary10110100101111010101001010111110111011001100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B417AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B417AA; }

 p { color: rgb(180,23,170); }

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

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

 a { background-color: rgb(180,23,170); }

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

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

 span { border-color: rgb(180,23,170); }

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