#BA5196

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

Shades of Mulberry #BA5196

Tints of Mulberry #BA5196

Color information

#BA5196 (or 0xBA5196) is unknown color: approx Mulberry. HEX triplet: BA, 51 and 96. RGB value is (186,81,150). Sum of RGB (Red+Green+Blue) = 186+81+150=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5196 is #45AE69. Grayscale: #787878. Windows color (decimal): -4566634 or 9851322. OLE color: 9851322.

HSL color Cylindrical-coordinate representation of color #BA5196: hue angle of 320.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5196 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18681150-
CMYK00.560.190.27
HSL320.57º43.21%52.35%-
HSV(B)320.57º56.45%72.94%-
XYZ28.718.5330.92-
YUV120.26144.79174.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=44.60%
G=19.42%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868115000.560.190.27320.5743.2152.35
HexBA5196038131B1412b34
Octal27212122607023335015364
Binary1011101010100011001011001110001001111011101000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5196; }

 p { color: rgb(186,81,150); }

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

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

 a { background-color: rgb(186,81,150); }

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

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

 span { border-color: rgb(186,81,150); }

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