Html Css Color HEX #BA5788 Mulberry

📋 copy color: '#BA5788'

red 186 ◦ green 87 ◦ blue 136

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

Shades of Mulberry #BA5788

Tints of Mulberry #BA5788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 45.48%
G = 21.27%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA5788 (or 0xBA5788) is known color: Mulberry. HEX triplet: BA, 57 and 88. RGB value is (186,87,136). Sum of RGB (Red+Green+Blue) = 186+87+136=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5788 is #45A877. Grayscale: #7A7A7A. Windows color (decimal): -4565112 or 8935354. OLE color: 8935354.

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

Color convert

RGB 186 87 136 -
CMYK 0 0.53 0.27 0.27
HSL 330.3º 0.42% 0.54% -
HSV(B) 330.3º 0.53% 0.73% -
XYZ 28.1 19.03 25.49 -
YUV 122.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 186 87 136 0 0.53 0.27 0.27 330.3 0.42 0.54
Hex BA 57 88 0 35 1B 1B 14A 2A 36
Octal 272 127 210 0 65 33 33 512 52 66
Binary 10111010 1010111 10001000 0 110101 11011 11011 101001010 101010 110110

Color Harmonies of #BA5788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5788

Black with #BA5788

Text Example


Text Example

White with #BA5788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5788; }

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

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

background-color css

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

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

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

border-color css

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

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

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