#BA58A0

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

Shades of Mulberry #BA58A0

Tints of Mulberry #BA58A0

Color information

#BA58A0 (or 0xBA58A0) is unknown color: approx Mulberry. HEX triplet: BA, 58 and A0. RGB value is (186,88,160). Sum of RGB (Red+Green+Blue) = 186+88+160=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA58A0 is #45A75F. Grayscale: #7D7D7D. Windows color (decimal): -4564832 or 10508474. OLE color: 10508474.

HSL color Cylindrical-coordinate representation of color #BA58A0: hue angle of 315.92º 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 #BA58A0 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18688160-
CMYK00.530.140.27
HSL315.92º41.53%53.73%-
HSV(B)315.92º52.69%72.94%-
XYZ30.0819.9635.52-
YUV125.51147.47171.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=42.86%
G=20.28%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868816000.530.140.27315.9241.5353.73
HexBA58A0035E1B13c2a36
Octal27213024006516334745266
Binary101110101011000101000000110101111011011100111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58A0; }

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

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

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

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

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

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

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

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