#B81BAC

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

Shades of Deep Magenta #B81BAC

Tints of Deep Magenta #B81BAC

Color information

#B81BAC (or 0xB81BAC) is unknown color: approx Deep Magenta. HEX triplet: B8, 1B and AC. RGB value is (184,27,172). Sum of RGB (Red+Green+Blue) = 184+27+172=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B81BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81BAC is #47E453. Grayscale: #5A5A5A. Windows color (decimal): -4711508 or 11279288. OLE color: 11279288.

HSL color Cylindrical-coordinate representation of color #B81BAC: hue angle of 304.59º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81BAC is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18427172-
CMYK00.850.070.28
HSL304.59º74.41%41.37%-
HSV(B)304.59º85.33%72.16%-
XYZ27.6113.9540.27-
YUV90.47174.01194.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 27 (10.94% from 255) = 7.05%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=48.04%
G=7.05%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842717200.850.070.28304.5974.4141.37
HexB81BAC05571C1314a29
Octal27033254012573446111251
Binary10111000110111010110001010101111111001001100011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81BAC; }

 p { color: rgb(184,27,172); }

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

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

 a { background-color: rgb(184,27,172); }

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

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

 span { border-color: rgb(184,27,172); }

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