#BA4293

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

Shades of Mulberry #BA4293

Tints of Mulberry #BA4293

Color information

#BA4293 (or 0xBA4293) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 93. RGB value is (186,66,147). Sum of RGB (Red+Green+Blue) = 186+66+147=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4293 is #45BD6C. Grayscale: #6E6E6E. Windows color (decimal): -4570477 or 9650874. OLE color: 9650874.

HSL color Cylindrical-coordinate representation of color #BA4293: hue angle of 319.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 #BA4293 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18666147-
CMYK00.650.210.27
HSL319.5º47.62%49.41%-
HSV(B)319.5º64.52%72.94%-
XYZ27.4616.4429.33-
YUV111.11148.26181.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=46.62%
G=16.54%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866614700.650.210.27319.547.6249.41
HexBA4293041151B1403031
Octal272102223010125335006061
Binary10111010100001010010011010000011010111011101000000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4293; }

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

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

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

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

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

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

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

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