Html Css Color HEX #BA5488 Mulberry

📋 copy color: '#BA5488'

red 186 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #BA5488

Tints of Mulberry #BA5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

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

R = 45.81%
G = 20.69%
B = 33.5%

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

#BA5488 (or 0xBA5488) is known color: Mulberry. HEX triplet: BA, 54 and 88. RGB value is (186,84,136). Sum of RGB (Red+Green+Blue) = 186+84+136=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5488 is #45AB77. Grayscale: #787878. Windows color (decimal): -4565880 or 8934586. OLE color: 8934586.

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

Color convert

RGB 186 84 136 -
CMYK 0 0.55 0.27 0.27
HSL 329.41º 0.43% 0.53% -
HSV(B) 329.41º 0.55% 0.73% -
XYZ 27.86 18.56 25.41 -
YUV 120.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 186 84 136 0 0.55 0.27 0.27 329.41 0.43 0.53
Hex BA 54 88 0 37 1B 1B 149 2A 35
Octal 272 124 210 0 67 33 33 511 52 65
Binary 10111010 1010100 10001000 0 110111 11011 11011 101001001 101010 110101

Color Harmonies of #BA5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5488

Black with #BA5488

Text Example


Text Example

White with #BA5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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