#BA428D

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

Shades of Mulberry #BA428D

Tints of Mulberry #BA428D

Color information

#BA428D (or 0xBA428D) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 8D. RGB value is (186,66,141). Sum of RGB (Red+Green+Blue) = 186+66+141=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA428D is #45BD72. Grayscale: #6E6E6E. Windows color (decimal): -4570483 or 9257658. OLE color: 9257658.

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

Color convert

RGB18666141-
CMYK00.650.240.27
HSL322.5º47.62%49.41%-
HSV(B)322.5º64.52%72.94%-
XYZ27.0116.2626.91-
YUV110.43145.26181.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=47.33%
G=16.79%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866614100.650.240.27322.547.6249.41
HexBA428D041181B1423031
Octal272102215010130335026061
Binary10111010100001010001101010000011100011011101000010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA428D; }

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

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

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

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

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

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

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

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