#BA419E

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

Shades of Mulberry #BA419E

Tints of Mulberry #BA419E

Color information

#BA419E (or 0xBA419E) is unknown color: approx Mulberry. HEX triplet: BA, 41 and 9E. RGB value is (186,65,158). Sum of RGB (Red+Green+Blue) = 186+65+158=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA419E is #45BE61. Grayscale: #6F6F6F. Windows color (decimal): -4570722 or 10371514. OLE color: 10371514.

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

Color convert

RGB18665158-
CMYK00.650.150.27
HSL313.88º48.21%49.22%-
HSV(B)313.88º65.05%72.94%-
XYZ28.3116.6934.08-
YUV111.78154.09180.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=45.48%
G=15.89%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866515800.650.150.27313.8848.2149.22
HexBA419E041F1B13a3031
Octal272101236010117334726061
Binary1011101010000011001111001000001111111011100111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA419E; }

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

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

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

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

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

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

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

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