Html Css Color HEX #BA5BA0 Mulberry

📋 copy color: '#BA5BA0'

red 186 ◦ green 91 ◦ blue 160

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

Shades of Mulberry #BA5BA0

Tints of Mulberry #BA5BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.82%

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

R = 42.56%
G = 20.82%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA5BA0 (or 0xBA5BA0) is known color: Mulberry. HEX triplet: BA, 5B and A0. RGB value is (186,91,160). Sum of RGB (Red+Green+Blue) = 186+91+160=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BA0 is #45A45F. Grayscale: #7F7F7F. Windows color (decimal): -4564064 or 10509242. OLE color: 10509242.

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

Color convert

RGB 186 91 160 -
CMYK 0 0.51 0.14 0.27
HSL 316.42º 0.41% 0.54% -
HSV(B) 316.42º 0.51% 0.73% -
XYZ 30.34 20.46 35.61 -
YUV 127.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 186 91 160 0 0.51 0.14 0.27 316.42 0.41 0.54
Hex BA 5B A0 0 33 E 1B 13C 29 36
Octal 272 133 240 0 63 16 33 474 51 66
Binary 10111010 1011011 10100000 0 110011 1110 11011 100111100 101001 110110

Color Harmonies of #BA5BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BA0

Black with #BA5BA0

Text Example


Text Example

White with #BA5BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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