#BA409A

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

Shades of Mulberry #BA409A

Tints of Mulberry #BA409A

Color information

#BA409A (or 0xBA409A) is unknown color: approx Mulberry. HEX triplet: BA, 40 and 9A. RGB value is (186,64,154). Sum of RGB (Red+Green+Blue) = 186+64+154=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA409A is #45BF65. Grayscale: #6E6E6E. Windows color (decimal): -4570982 or 10109114. OLE color: 10109114.

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

Color convert

RGB18664154-
CMYK00.660.170.27
HSL315.74º48.8%49.02%-
HSV(B)315.74º65.59%72.94%-
XYZ27.9216.4432.27-
YUV110.74152.42181.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=46.04%
G=15.84%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866415400.660.170.27315.7448.849.02
HexBA409A042111B13c3131
Octal272100232010221334746161
Binary10111010100000010011010010000101000111011100111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA409A; }

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

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

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

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

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

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

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

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