#BA5E94

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

Shades of Mulberry #BA5E94

Tints of Mulberry #BA5E94

Color information

#BA5E94 (or 0xBA5E94) is unknown color: approx Mulberry. HEX triplet: BA, 5E and 94. RGB value is (186,94,148). Sum of RGB (Red+Green+Blue) = 186+94+148=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E94 is #45A16B. Grayscale: #7F7F7F. Windows color (decimal): -4563308 or 9723578. OLE color: 9723578.

HSL color Cylindrical-coordinate representation of color #BA5E94: hue angle of 324.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E94 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18694148-
CMYK00.490.200.27
HSL324.78º40%54.9%-
HSV(B)324.78º49.46%72.94%-
XYZ29.620.5830.43-
YUV127.66139.48169.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=43.46%
G=21.96%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869414800.490.200.27324.784054.9
HexBA5E94031141B1452837
Octal27213622406124335055067
Binary1011101010111101001010001100011010011011101000101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E94; }

 p { color: rgb(186,94,148); }

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

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

 a { background-color: rgb(186,94,148); }

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

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

 span { border-color: rgb(186,94,148); }

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