#B815BA

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

Shades of Deep Magenta #B815BA

Tints of Deep Magenta #B815BA

Color information

#B815BA (or 0xB815BA) is unknown color: approx Deep Magenta. HEX triplet: B8, 15 and BA. RGB value is (184,21,186). Sum of RGB (Red+Green+Blue) = 184+21+186=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #B815BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815BA is #47EA45. Grayscale: #585858. Windows color (decimal): -4713030 or 12195256. OLE color: 12195256.

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

Color convert

RGB18421186-
CMYK0.010.8900.27
HSL299.27º79.71%40.59%-
HSV(B)299.27º88.71%72.94%-
XYZ28.914.2747.69-
YUV88.55183196.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 5.37%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=47.06%
G=5.37%
B=47.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184211860.010.8900.27299.2779.7140.59
HexB815BA15901B12b5029
Octal27025272113103345312051
Binary101110001010110111010110110010110111001010111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B815BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B815BA; }

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

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

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

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

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

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

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

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