Html Css Color HEX #BA529E Mulberry

📋 copy color: '#BA529E'

red 186 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #BA529E

Tints of Mulberry #BA529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 43.66%
G = 19.25%
B = 37.09%

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

#BA529E (or 0xBA529E) is known color: Mulberry. HEX triplet: BA, 52 and 9E. RGB value is (186,82,158). Sum of RGB (Red+Green+Blue) = 186+82+158=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA529E is #45AD61. Grayscale: #797979. Windows color (decimal): -4566370 or 10375866. OLE color: 10375866.

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

Color convert

RGB 186 82 158 -
CMYK 0 0.56 0.15 0.27
HSL 316.15º 0.43% 0.53% -
HSV(B) 316.15º 0.56% 0.73% -
XYZ 29.44 18.94 34.45 -
YUV 121.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 186 82 158 0 0.56 0.15 0.27 316.15 0.43 0.53
Hex BA 52 9E 0 38 F 1B 13C 2B 35
Octal 272 122 236 0 70 17 33 474 53 65
Binary 10111010 1010010 10011110 0 111000 1111 11011 100111100 101011 110101

Color Harmonies of #BA529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA529E

Black with #BA529E

Text Example


Text Example

White with #BA529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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