Html Css Color HEX #BA579D Mulberry

📋 copy color: '#BA579D'

red 186 ◦ green 87 ◦ blue 157

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

Shades of Mulberry #BA579D

Tints of Mulberry #BA579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 43.26%
G = 20.23%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA579D (or 0xBA579D) is known color: Mulberry. HEX triplet: BA, 57 and 9D. RGB value is (186,87,157). Sum of RGB (Red+Green+Blue) = 186+87+157=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA579D is #45A862. Grayscale: #7C7C7C. Windows color (decimal): -4565091 or 10311610. OLE color: 10311610.

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

Color convert

RGB 186 87 157 -
CMYK 0 0.53 0.16 0.27
HSL 317.58º 0.42% 0.54% -
HSV(B) 317.58º 0.53% 0.73% -
XYZ 29.74 19.69 34.13 -
YUV 124.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 186 87 157 0 0.53 0.16 0.27 317.58 0.42 0.54
Hex BA 57 9D 0 35 10 1B 13E 2A 36
Octal 272 127 235 0 65 20 33 476 52 66
Binary 10111010 1010111 10011101 0 110101 10000 11011 100111110 101010 110110

Color Harmonies of #BA579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA579D

Black with #BA579D

Text Example


Text Example

White with #BA579D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA579D; }

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

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

background-color css

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

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

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

border-color css

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

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

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