Html Css Color HEX #BA5994 Mulberry

📋 copy color: '#BA5994'

red 186 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #BA5994

Tints of Mulberry #BA5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 43.97%
G = 21.04%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5994 (or 0xBA5994) is known color: Mulberry. HEX triplet: BA, 59 and 94. RGB value is (186,89,148). Sum of RGB (Red+Green+Blue) = 186+89+148=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5994 is #45A66B. Grayscale: #7C7C7C. Windows color (decimal): -4564588 or 9722298. OLE color: 9722298.

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

Color convert

RGB 186 89 148 -
CMYK 0 0.52 0.20 0.27
HSL 323.51º 0.41% 0.54% -
HSV(B) 323.51º 0.52% 0.73% -
XYZ 29.17 19.72 30.29 -
YUV 124.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 186 89 148 0 0.52 0.20 0.27 323.51 0.41 0.54
Hex BA 59 94 0 34 14 1B 144 29 36
Octal 272 131 224 0 64 24 33 504 51 66
Binary 10111010 1011001 10010100 0 110100 10100 11011 101000100 101001 110110

Color Harmonies of #BA5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5994

Black with #BA5994

Text Example


Text Example

White with #BA5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5994; }

 p { color: rgb(186,89,148); }

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

background-color css

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

 a { background-color: rgb(186,89,148); }

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

border-color css

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

 span { border-color: rgb(186,89,148); }

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