Html Css Color HEX #BA5497 Mulberry

📋 copy color: '#BA5497'

red 186 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #BA5497

Tints of Mulberry #BA5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.95%

 BLUE value IS 151 (59.38% from 255) = 35.87%

R = 44.18%
G = 19.95%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA5497 (or 0xBA5497) is known color: Mulberry. HEX triplet: BA, 54 and 97. RGB value is (186,84,151). Sum of RGB (Red+Green+Blue) = 186+84+151=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5497 is #45AB68. Grayscale: #797979. Windows color (decimal): -4565865 or 9917626. OLE color: 9917626.

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

Color convert

RGB 186 84 151 -
CMYK 0 0.55 0.19 0.27
HSL 320.59º 0.43% 0.53% -
HSV(B) 320.59º 0.55% 0.73% -
XYZ 29.01 19.01 31.42 -
YUV 122.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 186 84 151 0 0.55 0.19 0.27 320.59 0.43 0.53
Hex BA 54 97 0 37 13 1B 141 2A 35
Octal 272 124 227 0 67 23 33 501 52 65
Binary 10111010 1010100 10010111 0 110111 10011 11011 101000001 101010 110101

Color Harmonies of #BA5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5497

Black with #BA5497

Text Example


Text Example

White with #BA5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5497; }

 p { color: rgb(186,84,151); }

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

background-color css

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

 a { background-color: rgb(186,84,151); }

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

border-color css

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

 span { border-color: rgb(186,84,151); }

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