#BA46A3

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

Shades of Mulberry #BA46A3

Tints of Mulberry #BA46A3

Color information

#BA46A3 (or 0xBA46A3) is unknown color: approx Mulberry. HEX triplet: BA, 46 and A3. RGB value is (186,70,163). Sum of RGB (Red+Green+Blue) = 186+70+163=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA46A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA46A3 is #45B95C. Grayscale: #737373. Windows color (decimal): -4569437 or 10700474. OLE color: 10700474.

HSL color Cylindrical-coordinate representation of color #BA46A3: hue angle of 311.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA46A3 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18670163-
CMYK00.620.120.27
HSL311.9º45.67%50.2%-
HSV(B)311.9º62.37%72.94%-
XYZ29.0517.4636.49-
YUV115.29154.93178.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 70 (27.73% from 255) = 16.71%
BLUE value IS 163 (64.06% from 255) = 38.90%
R=44.39%
G=16.71%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867016300.620.120.27311.945.6750.2
HexBA46A303EC1B1382e32
Octal27210624307614334705662
Binary101110101000110101000110111110110011011100111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA46A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA46A3; }

 p { color: rgb(186,70,163); }

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

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

 a { background-color: rgb(186,70,163); }

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

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

 span { border-color: rgb(186,70,163); }

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