Html Css Color HEX #BA539C Mulberry

📋 copy color: '#BA539C'

red 186 ◦ green 83 ◦ blue 156

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

Shades of Mulberry #BA539C

Tints of Mulberry #BA539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 43.76%
G = 19.53%
B = 36.71%

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

#BA539C (or 0xBA539C) is known color: Mulberry. HEX triplet: BA, 53 and 9C. RGB value is (186,83,156). Sum of RGB (Red+Green+Blue) = 186+83+156=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA539C is #45AC63. Grayscale: #797979. Windows color (decimal): -4566116 or 10245050. OLE color: 10245050.

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

Color convert

RGB 186 83 156 -
CMYK 0 0.55 0.16 0.27
HSL 317.48º 0.43% 0.53% -
HSV(B) 317.48º 0.55% 0.73% -
XYZ 29.34 19.03 33.58 -
YUV 122.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 186 83 156 0 0.55 0.16 0.27 317.48 0.43 0.53
Hex BA 53 9C 0 37 10 1B 13D 2B 35
Octal 272 123 234 0 67 20 33 475 53 65
Binary 10111010 1010011 10011100 0 110111 10000 11011 100111101 101011 110101

Color Harmonies of #BA539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA539C

Black with #BA539C

Text Example


Text Example

White with #BA539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA539C; }

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

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

background-color css

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

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

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

border-color css

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

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

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