#BA508D

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

Shades of Mulberry #BA508D

Tints of Mulberry #BA508D

Color information

#BA508D (or 0xBA508D) is unknown color: approx Mulberry. HEX triplet: BA, 50 and 8D. RGB value is (186,80,141). Sum of RGB (Red+Green+Blue) = 186+80+141=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA508D is #45AF72. Grayscale: #767676. Windows color (decimal): -4566899 or 9261242. OLE color: 9261242.

HSL color Cylindrical-coordinate representation of color #BA508D: hue angle of 325.47º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA508D is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18680141-
CMYK00.570.240.27
HSL325.47º43.44%52.16%-
HSV(B)325.47º56.99%72.94%-
XYZ27.9318.127.22-
YUV118.65140.62176.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=45.70%
G=19.66%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868014100.570.240.27325.4743.4452.16
HexBA508D039181B1452b34
Octal27212021507130335055364
Binary1011101010100001000110101110011100011011101000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA508D; }

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

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

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

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

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

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

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

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