Html Css Color HEX #BA5690 Mulberry

📋 copy color: '#BA5690'

red 186 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #BA5690

Tints of Mulberry #BA5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.67%

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

R = 44.71%
G = 20.67%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA5690 (or 0xBA5690) is known color: Mulberry. HEX triplet: BA, 56 and 90. RGB value is (186,86,144). Sum of RGB (Red+Green+Blue) = 186+86+144=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5690 is #45A96F. Grayscale: #7A7A7A. Windows color (decimal): -4565360 or 9459386. OLE color: 9459386.

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

Color convert

RGB 186 86 144 -
CMYK 0 0.54 0.23 0.27
HSL 325.2º 0.42% 0.53% -
HSV(B) 325.2º 0.54% 0.73% -
XYZ 28.61 19.11 28.57 -
YUV 122.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 186 86 144 0 0.54 0.23 0.27 325.2 0.42 0.53
Hex BA 56 90 0 36 17 1B 145 2A 35
Octal 272 126 220 0 66 27 33 505 52 65
Binary 10111010 1010110 10010000 0 110110 10111 11011 101000101 101010 110101

Color Harmonies of #BA5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5690

Black with #BA5690

Text Example


Text Example

White with #BA5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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