#BA5F94

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

Shades of Mulberry #BA5F94

Tints of Mulberry #BA5F94

Color information

#BA5F94 (or 0xBA5F94) is unknown color: approx Mulberry. HEX triplet: BA, 5F and 94. RGB value is (186,95,148). Sum of RGB (Red+Green+Blue) = 186+95+148=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F94 is #45A06B. Grayscale: #808080. Windows color (decimal): -4563052 or 9723834. OLE color: 9723834.

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

Color convert

RGB18695148-
CMYK00.490.200.27
HSL325.05º39.74%55.1%-
HSV(B)325.05º48.92%72.94%-
XYZ29.6920.7630.46-
YUV128.25139.15169.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=43.36%
G=22.14%
B=34.50%

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
Decimal1869514800.490.200.27325.0539.7455.1
HexBA5F94031141B1452837
Octal27213722406124335055067
Binary1011101010111111001010001100011010011011101000101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F94; }

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

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

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

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

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

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

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

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