Html Css Color HEX #BA5387 Mulberry

📋 copy color: '#BA5387'

red 186 ◦ green 83 ◦ blue 135

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

Shades of Mulberry #BA5387

Tints of Mulberry #BA5387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 46.04%
G = 20.54%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA5387 (or 0xBA5387) is known color: Mulberry. HEX triplet: BA, 53 and 87. RGB value is (186,83,135). Sum of RGB (Red+Green+Blue) = 186+83+135=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5387 is #45AC78. Grayscale: #777777. Windows color (decimal): -4566137 or 8868794. OLE color: 8868794.

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

Color convert

RGB 186 83 135 -
CMYK 0 0.55 0.27 0.27
HSL 329.71º 0.43% 0.53% -
HSV(B) 329.71º 0.55% 0.73% -
XYZ 27.72 18.37 25.01 -
YUV 119.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 186 83 135 0 0.55 0.27 0.27 329.71 0.43 0.53
Hex BA 53 87 0 37 1B 1B 14A 2B 35
Octal 272 123 207 0 67 33 33 512 53 65
Binary 10111010 1010011 10000111 0 110111 11011 11011 101001010 101011 110101

Color Harmonies of #BA5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5387

Black with #BA5387

Text Example


Text Example

White with #BA5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5387; }

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

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

background-color css

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

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

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

border-color css

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

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

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