Html Css Color HEX #BA5890 Mulberry

📋 copy color: '#BA5890'

red 186 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #BA5890

Tints of Mulberry #BA5890

RGB

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

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

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

R = 44.5%
G = 21.05%
B = 34.45%

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

#BA5890 (or 0xBA5890) is known color: Mulberry. HEX triplet: BA, 58 and 90. RGB value is (186,88,144). Sum of RGB (Red+Green+Blue) = 186+88+144=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5890 is #45A76F. Grayscale: #7B7B7B. Windows color (decimal): -4564848 or 9459898. OLE color: 9459898.

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

Color convert

RGB 186 88 144 -
CMYK 0 0.53 0.23 0.27
HSL 325.71º 0.42% 0.54% -
HSV(B) 325.71º 0.53% 0.73% -
XYZ 28.77 19.43 28.62 -
YUV 123.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 186 88 144 0 0.53 0.23 0.27 325.71 0.42 0.54
Hex BA 58 90 0 35 17 1B 146 2A 36
Octal 272 130 220 0 65 27 33 506 52 66
Binary 10111010 1011000 10010000 0 110101 10111 11011 101000110 101010 110110

Color Harmonies of #BA5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5890

Black with #BA5890

Text Example


Text Example

White with #BA5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5890; }

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

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

background-color css

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

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

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

border-color css

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

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

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