#BA5698

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

Shades of Mulberry #BA5698

Tints of Mulberry #BA5698

Color information

#BA5698 (or 0xBA5698) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 98. RGB value is (186,86,152). Sum of RGB (Red+Green+Blue) = 186+86+152=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5698 is #45A967. Grayscale: #7B7B7B. Windows color (decimal): -4565352 or 9983674. OLE color: 9983674.

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

Color convert

RGB18686152-
CMYK00.540.180.27
HSL320.4º42.02%53.33%-
HSV(B)320.4º53.76%72.94%-
XYZ29.2419.3631.9-
YUV123.42144.13172.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 86 (33.98% from 255) = 20.28%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=43.87%
G=20.28%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868615200.540.180.27320.442.0253.33
HexBA5698036121B1402a35
Octal27212623006622335005265
Binary1011101010101101001100001101101001011011101000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5698; }

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

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

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

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

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

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

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

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