#BA409B

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

Shades of Mulberry #BA409B

Tints of Mulberry #BA409B

Color information

#BA409B (or 0xBA409B) is unknown color: approx Mulberry. HEX triplet: BA, 40 and 9B. RGB value is (186,64,155). Sum of RGB (Red+Green+Blue) = 186+64+155=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA409B is #45BF64. Grayscale: #6E6E6E. Windows color (decimal): -4570981 or 10174650. OLE color: 10174650.

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

Color convert

RGB18664155-
CMYK00.660.170.27
HSL315.25º48.8%49.02%-
HSV(B)315.25º65.59%72.94%-
XYZ2816.4732.71-
YUV110.85152.92181.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=45.93%
G=15.80%
B=38.27%

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
Decimal1866415500.660.170.27315.2548.849.02
HexBA409B042111B13b3131
Octal272100233010221334736161
Binary10111010100000010011011010000101000111011100111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA409B; }

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

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

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

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

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

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

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

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