#BA489F

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

Shades of Mulberry #BA489F

Tints of Mulberry #BA489F

Color information

#BA489F (or 0xBA489F) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 9F. RGB value is (186,72,159). Sum of RGB (Red+Green+Blue) = 186+72+159=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA489F is #45B760. Grayscale: #737373. Windows color (decimal): -4568929 or 10438842. OLE color: 10438842.

HSL color Cylindrical-coordinate representation of color #BA489F: hue angle of 314.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA489F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18672159-
CMYK00.610.150.27
HSL314.21º45.24%50.59%-
HSV(B)314.21º61.29%72.94%-
XYZ28.8317.5834.67-
YUV116152.27177.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=44.60%
G=17.27%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867215900.610.150.27314.2145.2450.59
HexBA489F03DF1B13a2d33
Octal27211023707517334725563
Binary101110101001000100111110111101111111011100111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA489F; }

 p { color: rgb(186,72,159); }

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

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

 a { background-color: rgb(186,72,159); }

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

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

 span { border-color: rgb(186,72,159); }

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