Html Css Color HEX #BA59A1 Mulberry

📋 copy color: '#BA59A1'

red 186 ◦ green 89 ◦ blue 161

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

Shades of Mulberry #BA59A1

Tints of Mulberry #BA59A1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.41%

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 42.66%
G = 20.41%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA59A1 (or 0xBA59A1) is known color: Mulberry. HEX triplet: BA, 59 and A1. RGB value is (186,89,161). Sum of RGB (Red+Green+Blue) = 186+89+161=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59A1 is #45A65E. Grayscale: #7E7E7E. Windows color (decimal): -4564575 or 10574266. OLE color: 10574266.

HSL color Cylindrical-coordinate representation of color #BA59A1: hue angle of 315.46º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA59A1 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 161 -
CMYK 0 0.52 0.13 0.27
HSL 315.46º 0.41% 0.54% -
HSV(B) 315.46º 0.52% 0.73% -
XYZ 30.26 20.16 36.01 -
YUV 126.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 186 89 161 0 0.52 0.13 0.27 315.46 0.41 0.54
Hex BA 59 A1 0 34 D 1B 13B 29 36
Octal 272 131 241 0 64 15 33 473 51 66
Binary 10111010 1011001 10100001 0 110100 1101 11011 100111011 101001 110110

Color Harmonies of #BA59A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59A1

Black with #BA59A1

Text Example


Text Example

White with #BA59A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59A1; }

 p { color: rgb(186,89,161); }

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

background-color css

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

 a { background-color: rgb(186,89,161); }

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

border-color css

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

 span { border-color: rgb(186,89,161); }

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