#BA42A0

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

Shades of Mulberry #BA42A0

Tints of Mulberry #BA42A0

Color information

#BA42A0 (or 0xBA42A0) is unknown color: approx Mulberry. HEX triplet: BA, 42 and A0. RGB value is (186,66,160). Sum of RGB (Red+Green+Blue) = 186+66+160=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42A0 is #45BD5F. Grayscale: #707070. Windows color (decimal): -4570464 or 10502842. OLE color: 10502842.

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

Color convert

RGB18666160-
CMYK00.650.140.27
HSL313º47.62%49.41%-
HSV(B)313º64.52%72.94%-
XYZ28.5416.8735.01-
YUV112.6154.76180.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=45.15%
G=16.02%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866616000.650.140.2731347.6249.41
HexBA42A0041E1B1393031
Octal272102240010116334716061
Binary1011101010000101010000001000001111011011100111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42A0; }

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

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

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

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

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

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

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

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