Html Css Color HEX #BA529F Mulberry

📋 copy color: '#BA529F'

red 186 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #BA529F

Tints of Mulberry #BA529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 43.56%
G = 19.2%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA529F (or 0xBA529F) is known color: Mulberry. HEX triplet: BA, 52 and 9F. RGB value is (186,82,159). Sum of RGB (Red+Green+Blue) = 186+82+159=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA529F is #45AD60. Grayscale: #797979. Windows color (decimal): -4566369 or 10441402. OLE color: 10441402.

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

Color convert

RGB 186 82 159 -
CMYK 0 0.56 0.15 0.27
HSL 315.58º 0.43% 0.53% -
HSV(B) 315.58º 0.56% 0.73% -
XYZ 29.53 18.98 34.91 -
YUV 121.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 186 82 159 0 0.56 0.15 0.27 315.58 0.43 0.53
Hex BA 52 9F 0 38 F 1B 13C 2B 35
Octal 272 122 237 0 70 17 33 474 53 65
Binary 10111010 1010010 10011111 0 111000 1111 11011 100111100 101011 110101

Color Harmonies of #BA529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA529F

Black with #BA529F

Text Example


Text Example

White with #BA529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA529F; }

 p { color: rgb(186,82,159); }

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

background-color css

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

 a { background-color: rgb(186,82,159); }

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

border-color css

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

 span { border-color: rgb(186,82,159); }

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