#B318AA

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

Shades of Deep Magenta #B318AA

Tints of Deep Magenta #B318AA

Color information

#B318AA (or 0xB318AA) is unknown color: approx Deep Magenta. HEX triplet: B3, 18 and AA. RGB value is (179,24,170). Sum of RGB (Red+Green+Blue) = 179+24+170=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B318AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B318AA is #4CE755. Grayscale: #565656. Windows color (decimal): -5039958 or 11147443. OLE color: 11147443.

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

Color convert

RGB17924170-
CMYK00.870.050.30
HSL303.48º76.35%39.8%-
HSV(B)303.48º86.59%70.2%-
XYZ26.1713.1439.19-
YUV86.99174.85193.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 24 (9.77% from 255) = 6.43%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=47.99%
G=6.43%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792417000.870.050.30303.4876.3539.8
HexB318AA05751E12f4c28
Octal26330252012753645711450
Binary10110011110001010101001010111101111101001011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B318AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B318AA; }

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

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

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

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

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

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

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

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