#BA4BA1

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

Shades of Mulberry #BA4BA1

Tints of Mulberry #BA4BA1

Color information

#BA4BA1 (or 0xBA4BA1) is unknown color: approx Mulberry. HEX triplet: BA, 4B and A1. RGB value is (186,75,161). Sum of RGB (Red+Green+Blue) = 186+75+161=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA1 is #45B45E. Grayscale: #757575. Windows color (decimal): -4568159 or 10570682. OLE color: 10570682.

HSL color Cylindrical-coordinate representation of color #BA4BA1: hue angle of 313.51º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BA1 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18675161-
CMYK00.600.130.27
HSL313.51º44.58%51.18%-
HSV(B)313.51º59.68%72.94%-
XYZ29.218.0435.66-
YUV117.99152.27176.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 161 (63.28% from 255) = 38.15%
R=44.08%
G=17.77%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867516100.600.130.27313.5144.5851.18
HexBA4BA103CD1B13a2d33
Octal27211324107415334725563
Binary101110101001011101000010111100110111011100111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BA1; }

 p { color: rgb(186,75,161); }

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

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

 a { background-color: rgb(186,75,161); }

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

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

 span { border-color: rgb(186,75,161); }

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