#BA429E

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

Shades of Mulberry #BA429E

Tints of Mulberry #BA429E

Color information

#BA429E (or 0xBA429E) is unknown color: approx Mulberry. HEX triplet: BA, 42 and 9E. RGB value is (186,66,158). Sum of RGB (Red+Green+Blue) = 186+66+158=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA429E is #45BD61. Grayscale: #707070. Windows color (decimal): -4570466 or 10371770. OLE color: 10371770.

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

Color convert

RGB18666158-
CMYK00.650.150.27
HSL314º47.62%49.41%-
HSV(B)314º64.52%72.94%-
XYZ28.3716.834.1-
YUV112.37153.76180.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 66 (26.17% from 255) = 16.10%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=45.37%
G=16.10%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866615800.650.150.2731447.6249.41
HexBA429E041F1B13a3031
Octal272102236010117334726061
Binary1011101010000101001111001000001111111011100111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA429E; }

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

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

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

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

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

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

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

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