Html Css Color HEX #BA539D Mulberry

📋 copy color: '#BA539D'

red 186 ◦ green 83 ◦ blue 157

#BA539D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BA539D

Tints of Mulberry #BA539D

RGB

 RED value IS 186 (73.05% from 255) = 43.66%

 GREEN value IS 83 (32.81% from 255) = 19.48%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 43.66%
G = 19.48%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA539D (or 0xBA539D) is known color: Mulberry. HEX triplet: BA, 53 and 9D. RGB value is (186,83,157). Sum of RGB (Red+Green+Blue) = 186+83+157=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA539D is #45AC62. Grayscale: #7A7A7A. Windows color (decimal): -4566115 or 10310586. OLE color: 10310586.

HSL color Cylindrical-coordinate representation of color #BA539D: hue angle of 316.89º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA539D is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 83 157 -
CMYK 0 0.55 0.16 0.27
HSL 316.89º 0.43% 0.53% -
HSV(B) 316.89º 0.55% 0.73% -
XYZ 29.43 19.06 34.03 -
YUV 122.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 186 83 157 0 0.55 0.16 0.27 316.89 0.43 0.53
Hex BA 53 9D 0 37 10 1B 13D 2B 35
Octal 272 123 235 0 67 20 33 475 53 65
Binary 10111010 1010011 10011101 0 110111 10000 11011 100111101 101011 110101

Color Harmonies of #BA539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA539D

Black with #BA539D

Text Example


Text Example

White with #BA539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA539D; }

 p { color: rgb(186,83,157); }

 H1.HeaderClassName
 {
   color: #BA539D;
 }
 .AnyTagClassName
 {
   color: #BA539D;
 }
</style>

background-color css

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

 a { background-color: rgb(186,83,157); }

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

border-color css

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

 span { border-color: rgb(186,83,157); }

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