#B10CAC

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

Shades of Deep Magenta #B10CAC

Tints of Deep Magenta #B10CAC

Color information

#B10CAC (or 0xB10CAC) is unknown color: approx Deep Magenta. HEX triplet: B1, 0C and AC. RGB value is (177,12,172). Sum of RGB (Red+Green+Blue) = 177+12+172=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B10CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CAC is #4EF353. Grayscale: #4F4F4F. Windows color (decimal): -5174100 or 11275441. OLE color: 11275441.

HSL color Cylindrical-coordinate representation of color #B10CAC: hue angle of 301.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10CAC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17712172-
CMYK00.930.030.31
HSL301.82º87.3%37.06%-
HSV(B)301.82º93.22%69.41%-
XYZ25.7112.5940.1-
YUV79.57180.16197.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 12 (5.08% from 255) = 3.32%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=49.03%
G=3.32%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771217200.930.030.31301.8287.337.06
HexB1CAC05D31F12e5725
Octal26114254013533745612745
Binary101100011100101011000101110111111111001011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10CAC; }

 p { color: rgb(177,12,172); }

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

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

 a { background-color: rgb(177,12,172); }

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

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

 span { border-color: rgb(177,12,172); }

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