#B915AC

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

Shades of Deep Magenta #B915AC

Tints of Deep Magenta #B915AC

Color information

#B915AC (or 0xB915AC) is unknown color: approx Deep Magenta. HEX triplet: B9, 15 and AC. RGB value is (185,21,172). Sum of RGB (Red+Green+Blue) = 185+21+172=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B915AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B915AC is #46EA53. Grayscale: #565656. Windows color (decimal): -4647508 or 11277753. OLE color: 11277753.

HSL color Cylindrical-coordinate representation of color #B915AC: hue angle of 304.76º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B915AC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18521172-
CMYK00.890.070.27
HSL304.76º79.61%40.39%-
HSV(B)304.76º88.65%72.55%-
XYZ27.7213.8340.24-
YUV87.25175.83197.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 21 (8.59% from 255) = 5.56%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=48.94%
G=5.56%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852117200.890.070.27304.7679.6140.39
HexB915AC05971B1315028
Octal27125254013173346112050
Binary10111001101011010110001011001111110111001100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B915AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B915AC; }

 p { color: rgb(185,21,172); }

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

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

 a { background-color: rgb(185,21,172); }

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

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

 span { border-color: rgb(185,21,172); }

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