#BA439B

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

Shades of Mulberry #BA439B

Tints of Mulberry #BA439B

Color information

#BA439B (or 0xBA439B) is unknown color: approx Mulberry. HEX triplet: BA, 43 and 9B. RGB value is (186,67,155). Sum of RGB (Red+Green+Blue) = 186+67+155=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA439B is #45BC64. Grayscale: #707070. Windows color (decimal): -4570213 or 10175418. OLE color: 10175418.

HSL color Cylindrical-coordinate representation of color #BA439B: hue angle of 315.63º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA439B is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18667155-
CMYK00.640.170.27
HSL315.63º47.04%49.61%-
HSV(B)315.63º63.98%72.94%-
XYZ28.1716.8232.77-
YUV112.61151.92180.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 67 (26.56% from 255) = 16.42%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=45.59%
G=16.42%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866715500.640.170.27315.6347.0449.61
HexBA439B040111B13c2f32
Octal272103233010021334745762
Binary10111010100001110011011010000001000111011100111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA439B; }

 p { color: rgb(186,67,155); }

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

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

 a { background-color: rgb(186,67,155); }

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

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

 span { border-color: rgb(186,67,155); }

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