#B417AC

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

Shades of Deep Magenta #B417AC

Tints of Deep Magenta #B417AC

Color information

#B417AC (or 0xB417AC) is unknown color: approx Deep Magenta. HEX triplet: B4, 17 and AC. RGB value is (180,23,172). Sum of RGB (Red+Green+Blue) = 180+23+172=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B417AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417AC is #4BE853. Grayscale: #565656. Windows color (decimal): -4974676 or 11278260. OLE color: 11278260.

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

Color convert

RGB18023172-
CMYK00.870.040.29
HSL303.06º77.34%39.8%-
HSV(B)303.06º87.22%70.59%-
XYZ26.5813.2940.2-
YUV86.93176.01194.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 23 (9.38% from 255) = 6.13%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=48%
G=6.13%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802317200.870.040.29303.0677.3439.8
HexB417AC05741D12f4d28
Octal26427254012743545711550
Binary10110100101111010110001010111100111011001011111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B417AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B417AC; }

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

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

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

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

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

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

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

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