#BA469E

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

Shades of Mulberry #BA469E

Tints of Mulberry #BA469E

Color information

#BA469E (or 0xBA469E) is unknown color: approx Mulberry. HEX triplet: BA, 46 and 9E. RGB value is (186,70,158). Sum of RGB (Red+Green+Blue) = 186+70+158=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA469E is #45B961. Grayscale: #727272. Windows color (decimal): -4569442 or 10372794. OLE color: 10372794.

HSL color Cylindrical-coordinate representation of color #BA469E: hue angle of 314.48º 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 #BA469E is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18670158-
CMYK00.620.150.27
HSL314.48º45.67%50.2%-
HSV(B)314.48º62.37%72.94%-
XYZ28.6117.2934.18-
YUV114.72152.43178.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=44.93%
G=16.91%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867015800.620.150.27314.4845.6750.2
HexBA469E03EF1B13a2e32
Octal27210623607617334725662
Binary101110101000110100111100111110111111011100111010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA469E; }

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

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

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

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

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

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

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

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