#BA568F

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

Shades of Mulberry #BA568F

Tints of Mulberry #BA568F

Color information

#BA568F (or 0xBA568F) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 8F. RGB value is (186,86,143). Sum of RGB (Red+Green+Blue) = 186+86+143=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA568F is #45A970. Grayscale: #7A7A7A. Windows color (decimal): -4565361 or 9393850. OLE color: 9393850.

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

Color convert

RGB18686143-
CMYK00.540.230.27
HSL325.8º42.02%53.33%-
HSV(B)325.8º53.76%72.94%-
XYZ28.5419.0828.17-
YUV122.4139.63173.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=44.82%
G=20.72%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868614300.540.230.27325.842.0253.33
HexBA568F036171B1462a35
Octal27212621706627335065265
Binary1011101010101101000111101101101011111011101000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA568F; }

 p { color: rgb(186,86,143); }

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

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

 a { background-color: rgb(186,86,143); }

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

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

 span { border-color: rgb(186,86,143); }

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