#BA419A

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

Shades of Mulberry #BA419A

Tints of Mulberry #BA419A

Color information

#BA419A (or 0xBA419A) is unknown color: approx Mulberry. HEX triplet: BA, 41 and 9A. RGB value is (186,65,154). Sum of RGB (Red+Green+Blue) = 186+65+154=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA419A is #45BE65. Grayscale: #6F6F6F. Windows color (decimal): -4570726 or 10109370. OLE color: 10109370.

HSL color Cylindrical-coordinate representation of color #BA419A: hue angle of 315.87º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA419A is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18665154-
CMYK00.650.170.27
HSL315.87º48.21%49.22%-
HSV(B)315.87º65.05%72.94%-
XYZ27.9716.5532.29-
YUV111.32152.09181.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=45.93%
G=16.05%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866515400.650.170.27315.8748.2149.22
HexBA419A041111B13c3031
Octal272101232010121334746061
Binary10111010100000110011010010000011000111011100111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA419A; }

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

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

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

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

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

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

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

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