#BA509A

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

Shades of Mulberry #BA509A

Tints of Mulberry #BA509A

Color information

#BA509A (or 0xBA509A) is unknown color: approx Mulberry. HEX triplet: BA, 50 and 9A. RGB value is (186,80,154). Sum of RGB (Red+Green+Blue) = 186+80+154=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA509A is #45AF65. Grayscale: #777777. Windows color (decimal): -4566886 or 10113210. OLE color: 10113210.

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

Color convert

RGB18680154-
CMYK00.570.170.27
HSL318.11º43.44%52.16%-
HSV(B)318.11º56.99%72.94%-
XYZ28.9518.5132.62-
YUV120.13147.12174.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=44.29%
G=19.05%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868015400.570.170.27318.1143.4452.16
HexBA509A039111B13e2b34
Octal27212023207121334765364
Binary1011101010100001001101001110011000111011100111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA509A; }

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

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

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

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

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

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

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

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