#BA509E

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

Shades of Mulberry #BA509E

Tints of Mulberry #BA509E

Color information

#BA509E (or 0xBA509E) is unknown color: approx Mulberry. HEX triplet: BA, 50 and 9E. RGB value is (186,80,158). Sum of RGB (Red+Green+Blue) = 186+80+158=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA509E is #45AF61. Grayscale: #787878. Windows color (decimal): -4566882 or 10375354. OLE color: 10375354.

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

Color convert

RGB18680158-
CMYK00.570.150.27
HSL315.85º43.44%52.16%-
HSV(B)315.85º56.99%72.94%-
XYZ29.2918.6534.4-
YUV120.59149.12174.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=43.87%
G=18.87%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868015800.570.150.27315.8543.4452.16
HexBA509E039F1B13c2b34
Octal27212023607117334745364
Binary101110101010000100111100111001111111011100111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA509E; }

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

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

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

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

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

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

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

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