#B318AB

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

Shades of Deep Magenta #B318AB

Tints of Deep Magenta #B318AB

Color information

#B318AB (or 0xB318AB) is unknown color: approx Deep Magenta. HEX triplet: B3, 18 and AB. RGB value is (179,24,171). Sum of RGB (Red+Green+Blue) = 179+24+171=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B318AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B318AB is #4CE754. Grayscale: #565656. Windows color (decimal): -5039957 or 11212979. OLE color: 11212979.

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

Color convert

RGB17924171-
CMYK00.870.040.30
HSL303.1º76.35%39.8%-
HSV(B)303.1º86.59%70.2%-
XYZ26.2713.1839.69-
YUV87.1175.35193.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.86%
GREEN value IS 24 (9.77% from 255) = 6.42%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=47.86%
G=6.42%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792417100.870.040.30303.176.3539.8
HexB318AB05741E12f4c28
Octal26330253012743645711450
Binary10110011110001010101101010111100111101001011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B318AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B318AB; }

 p { color: rgb(179,24,171); }

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

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

 a { background-color: rgb(179,24,171); }

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

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

 span { border-color: rgb(179,24,171); }

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