#BA4B8B

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

Shades of Mulberry #BA4B8B

Tints of Mulberry #BA4B8B

Color information

#BA4B8B (or 0xBA4B8B) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 8B. RGB value is (186,75,139). Sum of RGB (Red+Green+Blue) = 186+75+139=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B8B is #45B474. Grayscale: #737373. Windows color (decimal): -4568181 or 9128890. OLE color: 9128890.

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

Color convert

RGB18675139-
CMYK00.600.250.27
HSL325.41º44.58%51.18%-
HSV(B)325.41º59.68%72.94%-
XYZ27.4317.3426.33-
YUV115.48141.27178.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=46.5%
G=18.75%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867513900.600.250.27325.4144.5851.18
HexBA4B8B03C191B1452d33
Octal27211321307431335055563
Binary1011101010010111000101101111001100111011101000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B8B; }

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

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

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

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

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

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

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

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