#BA468D

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

Shades of Mulberry #BA468D

Tints of Mulberry #BA468D

Color information

#BA468D (or 0xBA468D) is unknown color: approx Mulberry. HEX triplet: BA, 46 and 8D. RGB value is (186,70,141). Sum of RGB (Red+Green+Blue) = 186+70+141=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA468D is #45B972. Grayscale: #707070. Windows color (decimal): -4569459 or 9258682. OLE color: 9258682.

HSL color Cylindrical-coordinate representation of color #BA468D: hue angle of 323.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA468D is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18670141-
CMYK00.620.240.27
HSL323.28º45.67%50.2%-
HSV(B)323.28º62.37%72.94%-
XYZ27.2516.7426.99-
YUV112.78143.93180.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=46.85%
G=17.63%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867014100.620.240.27323.2845.6750.2
HexBA468D03E181B1432e32
Octal27210621507630335035662
Binary1011101010001101000110101111101100011011101000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA468D; }

 p { color: rgb(186,70,141); }

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

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

 a { background-color: rgb(186,70,141); }

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

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

 span { border-color: rgb(186,70,141); }

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