Html Css Color HEX #BA5394 Mulberry

📋 copy color: '#BA5394'

red 186 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #BA5394

Tints of Mulberry #BA5394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 44.6%
G = 19.9%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5394 (or 0xBA5394) is known color: Mulberry. HEX triplet: BA, 53 and 94. RGB value is (186,83,148). Sum of RGB (Red+Green+Blue) = 186+83+148=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5394 is #45AC6B. Grayscale: #797979. Windows color (decimal): -4566124 or 9720762. OLE color: 9720762.

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

Color convert

RGB 186 83 148 -
CMYK 0 0.55 0.20 0.27
HSL 322.14º 0.43% 0.53% -
HSV(B) 322.14º 0.55% 0.73% -
XYZ 28.69 18.76 30.13 -
YUV 121.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 186 83 148 0 0.55 0.20 0.27 322.14 0.43 0.53
Hex BA 53 94 0 37 14 1B 142 2B 35
Octal 272 123 224 0 67 24 33 502 53 65
Binary 10111010 1010011 10010100 0 110111 10100 11011 101000010 101011 110101

Color Harmonies of #BA5394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5394

Black with #BA5394

Text Example


Text Example

White with #BA5394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5394; }

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

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

background-color css

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

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

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

border-color css

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

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

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