#ba5498

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

Shades of Mulberry #BA5498

Tints of Mulberry #BA5498

Color information

#BA5498 (or 0xBA5498) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 98. RGB value is (186,84,152). Sum of RGB (Red+Green+Blue) = 186+84+152=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5498 is #45AB67. Grayscale: #7A7A7A. Windows color (decimal): -4565864 or 9983162. OLE color: 9983162.

HSL color Cylindrical-coordinate representation of color #BA5498: hue angle of 320º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5498 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18684152-
CMYK00.550.180.27
HSL320º42.5%52.94%-
HSV(B)320º54.84%72.94%-
XYZ29.0919.0531.85-
YUV122.25144.79173.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=44.08%
G=19.91%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868415200.550.180.2732042.552.94
HexBA5498037121B1402a35
Octal27212423006722335005265
Binary1011101010101001001100001101111001011011101000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5498; }

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

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

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

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

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

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

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

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