Html Css Color HEX #BA559F Mulberry

📋 copy color: '#BA559F'

red 186 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #BA559F

Tints of Mulberry #BA559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.77%

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

R = 43.26%
G = 19.77%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA559F (or 0xBA559F) is known color: Mulberry. HEX triplet: BA, 55 and 9F. RGB value is (186,85,159). Sum of RGB (Red+Green+Blue) = 186+85+159=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA559F is #45AA60. Grayscale: #7B7B7B. Windows color (decimal): -4565601 or 10442170. OLE color: 10442170.

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

Color convert

RGB 186 85 159 -
CMYK 0 0.54 0.15 0.27
HSL 316.04º 0.42% 0.53% -
HSV(B) 316.04º 0.54% 0.73% -
XYZ 29.76 19.44 34.98 -
YUV 123.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 186 85 159 0 0.54 0.15 0.27 316.04 0.42 0.53
Hex BA 55 9F 0 36 F 1B 13C 2A 35
Octal 272 125 237 0 66 17 33 474 52 65
Binary 10111010 1010101 10011111 0 110110 1111 11011 100111100 101010 110101

Color Harmonies of #BA559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA559F

Black with #BA559F

Text Example


Text Example

White with #BA559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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