Html Css Color HEX #BA55A0 Mulberry

📋 copy color: '#BA55A0'

red 186 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #BA55A0

Tints of Mulberry #BA55A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 43.16%
G = 19.72%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA55A0 (or 0xBA55A0) is known color: Mulberry. HEX triplet: BA, 55 and A0. RGB value is (186,85,160). Sum of RGB (Red+Green+Blue) = 186+85+160=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55A0 is #45AA5F. Grayscale: #7B7B7B. Windows color (decimal): -4565600 or 10507706. OLE color: 10507706.

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

Color convert

RGB 186 85 160 -
CMYK 0 0.54 0.14 0.27
HSL 315.45º 0.42% 0.53% -
HSV(B) 315.45º 0.54% 0.73% -
XYZ 29.84 19.47 35.44 -
YUV 123.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 186 85 160 0 0.54 0.14 0.27 315.45 0.42 0.53
Hex BA 55 A0 0 36 E 1B 13B 2A 35
Octal 272 125 240 0 66 16 33 473 52 65
Binary 10111010 1010101 10100000 0 110110 1110 11011 100111011 101010 110101

Color Harmonies of #BA55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55A0

Black with #BA55A0

Text Example


Text Example

White with #BA55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55A0; }

 p { color: rgb(186,85,160); }

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

background-color css

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

 a { background-color: rgb(186,85,160); }

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

border-color css

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

 span { border-color: rgb(186,85,160); }

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