Html Css Color HEX #BA5893 Mulberry

📋 copy color: '#BA5893'

red 186 ◦ green 88 ◦ blue 147

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

Shades of Mulberry #BA5893

Tints of Mulberry #BA5893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 44.18%
G = 20.9%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA5893 (or 0xBA5893) is known color: Mulberry. HEX triplet: BA, 58 and 93. RGB value is (186,88,147). Sum of RGB (Red+Green+Blue) = 186+88+147=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5893 is #45A76C. Grayscale: #7B7B7B. Windows color (decimal): -4564845 or 9656506. OLE color: 9656506.

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

Color convert

RGB 186 88 147 -
CMYK 0 0.53 0.21 0.27
HSL 323.88º 0.42% 0.54% -
HSV(B) 323.88º 0.53% 0.73% -
XYZ 29.01 19.53 29.84 -
YUV 124.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 186 88 147 0 0.53 0.21 0.27 323.88 0.42 0.54
Hex BA 58 93 0 35 15 1B 144 2A 36
Octal 272 130 223 0 65 25 33 504 52 66
Binary 10111010 1011000 10010011 0 110101 10101 11011 101000100 101010 110110

Color Harmonies of #BA5893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5893

Black with #BA5893

Text Example


Text Example

White with #BA5893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5893; }

 p { color: rgb(186,88,147); }

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

background-color css

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

 a { background-color: rgb(186,88,147); }

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

border-color css

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

 span { border-color: rgb(186,88,147); }

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