#BA409C

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

Shades of Mulberry #BA409C

Tints of Mulberry #BA409C

Color information

#BA409C (or 0xBA409C) is unknown color: approx Mulberry. HEX triplet: BA, 40 and 9C. RGB value is (186,64,156). Sum of RGB (Red+Green+Blue) = 186+64+156=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA409C is #45BF63. Grayscale: #6E6E6E. Windows color (decimal): -4570980 or 10240186. OLE color: 10240186.

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

Color convert

RGB18664156-
CMYK00.660.160.27
HSL314.75º48.8%49.02%-
HSV(B)314.75º65.59%72.94%-
XYZ28.0816.5133.16-
YUV110.97153.42181.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=45.81%
G=15.76%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866415600.660.160.27314.7548.849.02
HexBA409C042101B13b3131
Octal272100234010220334736161
Binary10111010100000010011100010000101000011011100111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA409C; }

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

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

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

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

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

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

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

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