Html Css Color HEX #BA3986 Medium Red Violet

📋 copy color: '#BA3986'

red 186 ◦ green 57 ◦ blue 134

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

Shades of Medium Red Violet #BA3986

Tints of Medium Red Violet #BA3986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 49.34%
G = 15.12%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA3986 (or 0xBA3986) is known color: Medium Red Violet. HEX triplet: BA, 39 and 86. RGB value is (186,57,134). Sum of RGB (Red+Green+Blue) = 186+57+134=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3986 is #45C679. Grayscale: #686868. Windows color (decimal): -4572794 or 8796602. OLE color: 8796602.

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

Color convert

RGB 186 57 134 -
CMYK 0 0.69 0.28 0.27
HSL 324.19º 0.53% 0.48% -
HSV(B) 324.19º 0.69% 0.73% -
XYZ 26.02 15.09 24.1 -
YUV 104.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 186 57 134 0 0.69 0.28 0.27 324.19 0.53 0.48
Hex BA 39 86 0 45 1C 1B 144 35 30
Octal 272 71 206 0 105 34 33 504 65 60
Binary 10111010 111001 10000110 0 1000101 11100 11011 101000100 110101 110000

Color Harmonies of #BA3986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3986

Black with #BA3986

Text Example


Text Example

White with #BA3986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3986; }

 p { color: rgb(186,57,134); }

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

background-color css

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

 a { background-color: rgb(186,57,134); }

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

border-color css

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

 span { border-color: rgb(186,57,134); }

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