#BA4B9F

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

Shades of Mulberry #BA4B9F

Tints of Mulberry #BA4B9F

Color information

#BA4B9F (or 0xBA4B9F) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 9F. RGB value is (186,75,159). Sum of RGB (Red+Green+Blue) = 186+75+159=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B9F is #45B460. Grayscale: #757575. Windows color (decimal): -4568161 or 10439610. OLE color: 10439610.

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

Color convert

RGB18675159-
CMYK00.600.150.27
HSL314.59º44.58%51.18%-
HSV(B)314.59º59.68%72.94%-
XYZ29.0217.9734.74-
YUV117.76151.27176.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=44.29%
G=17.86%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867515900.600.150.27314.5944.5851.18
HexBA4B9F03CF1B13b2d33
Octal27211323707417334735563
Binary101110101001011100111110111100111111011100111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B9F; }

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

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

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

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

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

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

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

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