#B316AC

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

Shades of Deep Magenta #B316AC

Tints of Deep Magenta #B316AC

Color information

#B316AC (or 0xB316AC) is unknown color: approx Deep Magenta. HEX triplet: B3, 16 and AC. RGB value is (179,22,172). Sum of RGB (Red+Green+Blue) = 179+22+172=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B316AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B316AC is #4CE953. Grayscale: #555555. Windows color (decimal): -5040468 or 11278003. OLE color: 11278003.

HSL color Cylindrical-coordinate representation of color #B316AC: hue angle of 302.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B316AC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17922172-
CMYK00.880.040.30
HSL302.68º78.11%39.41%-
HSV(B)302.68º87.71%70.2%-
XYZ26.3213.1440.18-
YUV86.04176.51194.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 22 (8.98% from 255) = 5.90%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=47.99%
G=5.90%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792217200.880.040.30302.6878.1139.41
HexB316AC05841E12f4e27
Octal26326254013043645711647
Binary10110011101101010110001011000100111101001011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B316AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B316AC; }

 p { color: rgb(179,22,172); }

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

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

 a { background-color: rgb(179,22,172); }

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

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

 span { border-color: rgb(179,22,172); }

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