#BA489E

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

Shades of Mulberry #BA489E

Tints of Mulberry #BA489E

Color information

#BA489E (or 0xBA489E) is unknown color: approx Mulberry. HEX triplet: BA, 48 and 9E. RGB value is (186,72,158). Sum of RGB (Red+Green+Blue) = 186+72+158=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA489E is #45B761. Grayscale: #737373. Windows color (decimal): -4568930 or 10373306. OLE color: 10373306.

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

Color convert

RGB18672158-
CMYK00.610.150.27
HSL314.74º45.24%50.59%-
HSV(B)314.74º61.29%72.94%-
XYZ28.7417.5434.22-
YUV115.89151.77178.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=44.71%
G=17.31%
B=37.98%

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
Decimal1867215800.610.150.27314.7445.2450.59
HexBA489E03DF1B13b2d33
Octal27211023607517334735563
Binary101110101001000100111100111101111111011100111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA489E; }

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

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

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

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

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

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

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

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