#BA4198

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

Shades of Mulberry #BA4198

Tints of Mulberry #BA4198

Color information

#BA4198 (or 0xBA4198) is unknown color: approx Mulberry. HEX triplet: BA, 41 and 98. RGB value is (186,65,152). Sum of RGB (Red+Green+Blue) = 186+65+152=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4198 is #45BE67. Grayscale: #6E6E6E. Windows color (decimal): -4570728 or 9978298. OLE color: 9978298.

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

Color convert

RGB18665152-
CMYK00.650.180.27
HSL316.86º48.21%49.22%-
HSV(B)316.86º65.05%72.94%-
XYZ27.8116.4931.42-
YUV111.1151.09181.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=46.15%
G=16.13%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866515200.650.180.27316.8648.2149.22
HexBA4198041121B13d3031
Octal272101230010122334756061
Binary10111010100000110011000010000011001011011100111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4198; }

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

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

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

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

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

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

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

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