Html Css Color HEX #BA589F Mulberry

📋 copy color: '#BA589F'

red 186 ◦ green 88 ◦ blue 159

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

Shades of Mulberry #BA589F

Tints of Mulberry #BA589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.32%

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

R = 42.96%
G = 20.32%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA589F (or 0xBA589F) is known color: Mulberry. HEX triplet: BA, 58 and 9F. RGB value is (186,88,159). Sum of RGB (Red+Green+Blue) = 186+88+159=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA589F is #45A760. Grayscale: #7D7D7D. Windows color (decimal): -4564833 or 10442938. OLE color: 10442938.

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

Color convert

RGB 186 88 159 -
CMYK 0 0.53 0.15 0.27
HSL 316.53º 0.42% 0.54% -
HSV(B) 316.53º 0.53% 0.73% -
XYZ 30 19.92 35.07 -
YUV 125.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 186 88 159 0 0.53 0.15 0.27 316.53 0.42 0.54
Hex BA 58 9F 0 35 F 1B 13D 2A 36
Octal 272 130 237 0 65 17 33 475 52 66
Binary 10111010 1011000 10011111 0 110101 1111 11011 100111101 101010 110110

Color Harmonies of #BA589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA589F

Black with #BA589F

Text Example


Text Example

White with #BA589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA589F; }

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

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

background-color css

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

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

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

border-color css

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

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

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