#B816BA

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

Shades of Deep Magenta #B816BA

Tints of Deep Magenta #B816BA

Color information

#B816BA (or 0xB816BA) is unknown color: approx Deep Magenta. HEX triplet: B8, 16 and BA. RGB value is (184,22,186). Sum of RGB (Red+Green+Blue) = 184+22+186=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B816BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816BA is #47E945. Grayscale: #585858. Windows color (decimal): -4712774 or 12195512. OLE color: 12195512.

HSL color Cylindrical-coordinate representation of color #B816BA: hue angle of 299.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B816BA is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18422186-
CMYK0.010.8800.27
HSL299.27º78.85%40.78%-
HSV(B)299.27º88.17%72.94%-
XYZ28.9214.3147.69-
YUV89.13182.67195.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 22 (8.98% from 255) = 5.61%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=46.94%
G=5.61%
B=47.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184221860.010.8800.27299.2778.8540.78
HexB816BA15801B12b4f29
Octal27026272113003345311751
Binary101110001011010111010110110000110111001010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B816BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B816BA; }

 p { color: rgb(184,22,186); }

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

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

 a { background-color: rgb(184,22,186); }

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

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

 span { border-color: rgb(184,22,186); }

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