Html Css Color HEX #BA5391 Mulberry

📋 copy color: '#BA5391'

red 186 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #BA5391

Tints of Mulberry #BA5391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 44.93%
G = 20.05%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA5391 (or 0xBA5391) is known color: Mulberry. HEX triplet: BA, 53 and 91. RGB value is (186,83,145). Sum of RGB (Red+Green+Blue) = 186+83+145=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5391 is #45AC6E. Grayscale: #787878. Windows color (decimal): -4566127 or 9524154. OLE color: 9524154.

HSL color Cylindrical-coordinate representation of color #BA5391: hue angle of 323.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5391 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 83 145 -
CMYK 0 0.55 0.22 0.27
HSL 323.88º 0.43% 0.53% -
HSV(B) 323.88º 0.55% 0.73% -
XYZ 28.45 18.67 28.89 -
YUV 120.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 186 83 145 0 0.55 0.22 0.27 323.88 0.43 0.53
Hex BA 53 91 0 37 16 1B 144 2B 35
Octal 272 123 221 0 67 26 33 504 53 65
Binary 10111010 1010011 10010001 0 110111 10110 11011 101000100 101011 110101

Color Harmonies of #BA5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5391

Black with #BA5391

Text Example


Text Example

White with #BA5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5391; }

 p { color: rgb(186,83,145); }

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

background-color css

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

 a { background-color: rgb(186,83,145); }

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

border-color css

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

 span { border-color: rgb(186,83,145); }

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