#BA619F

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

Shades of Mulberry #BA619F

Tints of Mulberry #BA619F

Color information

#BA619F (or 0xBA619F) is unknown color: approx Mulberry. HEX triplet: BA, 61 and 9F. RGB value is (186,97,159). Sum of RGB (Red+Green+Blue) = 186+97+159=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA619F is #459E60. Grayscale: #828282. Windows color (decimal): -4562529 or 10445242. OLE color: 10445242.

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

Color convert

RGB18697159-
CMYK00.480.150.27
HSL318.2º39.21%55.49%-
HSV(B)318.2º47.85%72.94%-
XYZ30.7821.4935.33-
YUV130.68143.99167.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=42.08%
G=21.95%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869715900.480.150.27318.239.2155.49
HexBA619F030F1B13e2737
Octal27214123706017334764767
Binary101110101100001100111110110000111111011100111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA619F; }

 p { color: rgb(186,97,159); }

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

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

 a { background-color: rgb(186,97,159); }

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

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

 span { border-color: rgb(186,97,159); }

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