#BA4B8D

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

Shades of Mulberry #BA4B8D

Tints of Mulberry #BA4B8D

Color information

#BA4B8D (or 0xBA4B8D) is unknown color: approx Mulberry. HEX triplet: BA, 4B and 8D. RGB value is (186,75,141). Sum of RGB (Red+Green+Blue) = 186+75+141=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B8D is #45B472. Grayscale: #737373. Windows color (decimal): -4568179 or 9259962. OLE color: 9259962.

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

Color convert

RGB18675141-
CMYK00.600.240.27
HSL324.32º44.58%51.18%-
HSV(B)324.32º59.68%72.94%-
XYZ27.5717.3927.1-
YUV115.71142.27178.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=46.27%
G=18.66%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867514100.600.240.27324.3244.5851.18
HexBA4B8D03C181B1442d33
Octal27211321507430335045563
Binary1011101010010111000110101111001100011011101000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B8D; }

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

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

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

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

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

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

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

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