#BA5883

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

Shades of Mulberry #BA5883

Tints of Mulberry #BA5883

Color information

#BA5883 (or 0xBA5883) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 83. RGB value is (186,88,131). Sum of RGB (Red+Green+Blue) = 186+88+131=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5883 is #45A77C. Grayscale: #7A7A7A. Windows color (decimal): -4564861 or 8607930. OLE color: 8607930.

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

Color convert

RGB18688131-
CMYK00.530.300.27
HSL333.67º41.53%53.73%-
HSV(B)333.67º52.69%72.94%-
XYZ27.8419.0623.68-
YUV122.2132.97173.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=45.93%
G=21.73%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868813100.530.300.27333.6741.5353.73
HexBA58830351E1B14e2a36
Octal27213020306536335165266
Binary1011101010110001000001101101011111011011101001110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5883; }

 p { color: rgb(186,88,131); }

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

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

 a { background-color: rgb(186,88,131); }

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

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

 span { border-color: rgb(186,88,131); }

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