#BA5894

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

Shades of Mulberry #BA5894

Tints of Mulberry #BA5894

Color information

#BA5894 (or 0xBA5894) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 94. RGB value is (186,88,148). Sum of RGB (Red+Green+Blue) = 186+88+148=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5894 is #45A76B. Grayscale: #7C7C7C. Windows color (decimal): -4564844 or 9722042. OLE color: 9722042.

HSL color Cylindrical-coordinate representation of color #BA5894: hue angle of 323.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5894 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18688148-
CMYK00.530.200.27
HSL323.27º41.53%53.73%-
HSV(B)323.27º52.69%72.94%-
XYZ29.0819.5630.26-
YUV124.14141.47172.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=44.08%
G=20.85%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868814800.530.200.27323.2741.5353.73
HexBA5894035141B1432a36
Octal27213022406524335035266
Binary1011101010110001001010001101011010011011101000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5894; }

 p { color: rgb(186,88,148); }

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

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

 a { background-color: rgb(186,88,148); }

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

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

 span { border-color: rgb(186,88,148); }

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