#B417B5

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

Shades of Deep Magenta #B417B5

Tints of Deep Magenta #B417B5

Color information

#B417B5 (or 0xB417B5) is unknown color: approx Deep Magenta. HEX triplet: B4, 17 and B5. RGB value is (180,23,181). Sum of RGB (Red+Green+Blue) = 180+23+181=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #B417B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417B5 is #4BE84A. Grayscale: #575757. Windows color (decimal): -4974667 or 11868084. OLE color: 11868084.

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

Color convert

RGB18023181-
CMYK0.010.8700.29
HSL299.62º77.45%40%-
HSV(B)299.62º87.29%70.98%-
XYZ27.4713.6544.9-
YUV87.96180.51193.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 23 (9.38% from 255) = 5.99%
BLUE value IS 181 (71.09% from 255) = 47.14%
R=46.88%
G=5.99%
B=47.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180231810.010.8700.29299.6277.4540
HexB417B515701D12c4d28
Octal26427265112703545411550
Binary101101001011110110101110101110111011001011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B417B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B417B5; }

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

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

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

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

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

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

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

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