#BA409F

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

Shades of Mulberry #BA409F

Tints of Mulberry #BA409F

Color information

#BA409F (or 0xBA409F) is unknown color: approx Mulberry. HEX triplet: BA, 40 and 9F. RGB value is (186,64,159). Sum of RGB (Red+Green+Blue) = 186+64+159=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA409F is #45BF60. Grayscale: #6F6F6F. Windows color (decimal): -4570977 or 10436794. OLE color: 10436794.

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

Color convert

RGB18664159-
CMYK00.660.150.27
HSL313.28º48.8%49.02%-
HSV(B)313.28º65.59%72.94%-
XYZ28.3416.6134.51-
YUV111.31154.92181.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=45.48%
G=15.65%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866415900.660.150.27313.2848.849.02
HexBA409F042F1B1393131
Octal272100237010217334716161
Binary1011101010000001001111101000010111111011100111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA409F; }

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

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

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

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

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

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

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

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