Html Css Color HEX #BA5297 Mulberry

📋 copy color: '#BA5297'

red 186 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #BA5297

Tints of Mulberry #BA5297

RGB

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

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

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

R = 44.39%
G = 19.57%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA5297 (or 0xBA5297) is known color: Mulberry. HEX triplet: BA, 52 and 97. RGB value is (186,82,151). Sum of RGB (Red+Green+Blue) = 186+82+151=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5297 is #45AD68. Grayscale: #787878. Windows color (decimal): -4566377 or 9917114. OLE color: 9917114.

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

Color convert

RGB 186 82 151 -
CMYK 0 0.56 0.19 0.27
HSL 320.19º 0.43% 0.53% -
HSV(B) 320.19º 0.56% 0.73% -
XYZ 28.85 18.71 31.37 -
YUV 120.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 186 82 151 0 0.56 0.19 0.27 320.19 0.43 0.53
Hex BA 52 97 0 38 13 1B 140 2B 35
Octal 272 122 227 0 70 23 33 500 53 65
Binary 10111010 1010010 10010111 0 111000 10011 11011 101000000 101011 110101

Color Harmonies of #BA5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5297

Black with #BA5297

Text Example


Text Example

White with #BA5297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5297; }

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

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

background-color css

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

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

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

border-color css

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

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

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