#BA5B93

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

Shades of Mulberry #BA5B93

Tints of Mulberry #BA5B93

Color information

#BA5B93 (or 0xBA5B93) is unknown color: approx Mulberry. HEX triplet: BA, 5B and 93. RGB value is (186,91,147). Sum of RGB (Red+Green+Blue) = 186+91+147=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B93 is #45A46C. Grayscale: #7D7D7D. Windows color (decimal): -4564077 or 9657274. OLE color: 9657274.

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

Color convert

RGB18691147-
CMYK00.510.210.27
HSL324.63º40.77%54.31%-
HSV(B)324.63º51.08%72.94%-
XYZ29.2620.0329.93-
YUV125.79139.97170.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=43.87%
G=21.46%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869114700.510.210.27324.6340.7754.31
HexBA5B93033151B1452936
Octal27213322306325335055166
Binary1011101010110111001001101100111010111011101000101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B93; }

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

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

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

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

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

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

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

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