#BA4B94

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

Shades of Mulberry #BA4B94

Tints of Mulberry #BA4B94

Color information

#BA4B94 (or 0xBA4B94) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 94. RGB value is (186,75,148). Sum of RGB (Red+Green+Blue) = 186+75+148=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B94 is #45B46B. Grayscale: #747474. Windows color (decimal): -4568172 or 9718714. OLE color: 9718714.

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

Color convert

RGB18675148-
CMYK00.600.200.27
HSL320.54º44.58%51.18%-
HSV(B)320.54º59.68%72.94%-
XYZ28.1117.6129.93-
YUV116.51145.77177.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=45.48%
G=18.34%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867514800.600.200.27320.5444.5851.18
HexBA4B9403C141B1412d33
Octal27211322407424335015563
Binary1011101010010111001010001111001010011011101000001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B94; }

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

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

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

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

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

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

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

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