#BA48A4

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

Shades of Mulberry #BA48A4

Tints of Mulberry #BA48A4

Color information

#BA48A4 (or 0xBA48A4) is unknown color: approx Mulberry. HEX triplet: BA, 48 and A4. RGB value is (186,72,164). Sum of RGB (Red+Green+Blue) = 186+72+164=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48A4 is #45B75B. Grayscale: #747474. Windows color (decimal): -4568924 or 10766522. OLE color: 10766522.

HSL color Cylindrical-coordinate representation of color #BA48A4: hue angle of 311.58º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA48A4 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18672164-
CMYK00.610.120.27
HSL311.58º45.24%50.59%-
HSV(B)311.58º61.29%72.94%-
XYZ29.2717.7537.01-
YUV116.57154.77177.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 72 (28.52% from 255) = 17.06%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=44.08%
G=17.06%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867216400.610.120.27311.5845.2450.59
HexBA48A403DC1B1382d33
Octal27211024407514334705563
Binary101110101001000101001000111101110011011100111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48A4; }

 p { color: rgb(186,72,164); }

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

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

 a { background-color: rgb(186,72,164); }

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

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

 span { border-color: rgb(186,72,164); }

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