Html Css Color HEX #BA5790 Mulberry

📋 copy color: '#BA5790'

red 186 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #BA5790

Tints of Mulberry #BA5790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.86%

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 44.6%
G = 20.86%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA5790 (or 0xBA5790) is known color: Mulberry. HEX triplet: BA, 57 and 90. RGB value is (186,87,144). Sum of RGB (Red+Green+Blue) = 186+87+144=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5790 is #45A86F. Grayscale: #7A7A7A. Windows color (decimal): -4565104 or 9459642. OLE color: 9459642.

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

Color convert

RGB 186 87 144 -
CMYK 0 0.53 0.23 0.27
HSL 325.45º 0.42% 0.54% -
HSV(B) 325.45º 0.53% 0.73% -
XYZ 28.69 19.27 28.59 -
YUV 123.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 186 87 144 0 0.53 0.23 0.27 325.45 0.42 0.54
Hex BA 57 90 0 35 17 1B 145 2A 36
Octal 272 127 220 0 65 27 33 505 52 66
Binary 10111010 1010111 10010000 0 110101 10111 11011 101000101 101010 110110

Color Harmonies of #BA5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5790

Black with #BA5790

Text Example


Text Example

White with #BA5790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5790; }

 p { color: rgb(186,87,144); }

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

background-color css

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

 a { background-color: rgb(186,87,144); }

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

border-color css

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

 span { border-color: rgb(186,87,144); }

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