#BA4593

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

Shades of Mulberry #BA4593

Tints of Mulberry #BA4593

Color information

#BA4593 (or 0xBA4593) is unknown color: approx Mulberry. HEX triplet: BA, 45 and 93. RGB value is (186,69,147). Sum of RGB (Red+Green+Blue) = 186+69+147=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4593 is #45BA6C. Grayscale: #707070. Windows color (decimal): -4569709 or 9651642. OLE color: 9651642.

HSL color Cylindrical-coordinate representation of color #BA4593: hue angle of 320º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4593 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18669147-
CMYK00.630.210.27
HSL320º45.88%50%-
HSV(B)320º62.9%72.94%-
XYZ27.6416.829.39-
YUV112.87147.26180.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=46.27%
G=17.16%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866914700.630.210.2732045.8850
HexBA459303F151B1402e32
Octal27210522307725335005662
Binary1011101010001011001001101111111010111011101000000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4593; }

 p { color: rgb(186,69,147); }

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

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

 a { background-color: rgb(186,69,147); }

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

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

 span { border-color: rgb(186,69,147); }

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