Html Css Color HEX #BA5694 Mulberry

📋 copy color: '#BA5694'

red 186 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #BA5694

Tints of Mulberry #BA5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.48%

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

R = 44.29%
G = 20.48%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA5694 (or 0xBA5694) is known color: Mulberry. HEX triplet: BA, 56 and 94. RGB value is (186,86,148). Sum of RGB (Red+Green+Blue) = 186+86+148=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5694 is #45A96B. Grayscale: #7A7A7A. Windows color (decimal): -4565356 or 9721530. OLE color: 9721530.

HSL color Cylindrical-coordinate representation of color #BA5694: hue angle of 322.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5694 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 148 -
CMYK 0 0.54 0.20 0.27
HSL 322.8º 0.42% 0.53% -
HSV(B) 322.8º 0.54% 0.73% -
XYZ 28.92 19.23 30.2 -
YUV 122.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 186 86 148 0 0.54 0.20 0.27 322.8 0.42 0.53
Hex BA 56 94 0 36 14 1B 143 2A 35
Octal 272 126 224 0 66 24 33 503 52 65
Binary 10111010 1010110 10010100 0 110110 10100 11011 101000011 101010 110101

Color Harmonies of #BA5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5694

Black with #BA5694

Text Example


Text Example

White with #BA5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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