#BA4B9A

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

Shades of Mulberry #BA4B9A

Tints of Mulberry #BA4B9A

Color information

#BA4B9A (or 0xBA4B9A) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 9A. RGB value is (186,75,154). Sum of RGB (Red+Green+Blue) = 186+75+154=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B9A is #45B465. Grayscale: #747474. Windows color (decimal): -4568166 or 10111930. OLE color: 10111930.

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

Color convert

RGB18675154-
CMYK00.600.170.27
HSL317.3º44.58%51.18%-
HSV(B)317.3º59.68%72.94%-
XYZ28.617.832.5-
YUV117.2148.77177.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=44.82%
G=18.07%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867515400.600.170.27317.344.5851.18
HexBA4B9A03C111B13d2d33
Octal27211323207421334755563
Binary1011101010010111001101001111001000111011100111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B9A; }

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

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

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

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

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

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

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

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