Html Css Color HEX #BA3994 Medium Red Violet

📋 copy color: '#BA3994'

red 186 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #BA3994

Tints of Medium Red Violet #BA3994

RGB

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

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

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

R = 47.57%
G = 14.58%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA3994 (or 0xBA3994) is known color: Medium Red Violet. HEX triplet: BA, 39 and 94. RGB value is (186,57,148). Sum of RGB (Red+Green+Blue) = 186+57+148=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3994 is #45C66B. Grayscale: #696969. Windows color (decimal): -4572780 or 9714106. OLE color: 9714106.

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

Color convert

RGB 186 57 148 -
CMYK 0 0.69 0.20 0.27
HSL 317.67º 0.53% 0.48% -
HSV(B) 317.67º 0.69% 0.73% -
XYZ 27.06 15.5 29.58 -
YUV 105.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 186 57 148 0 0.69 0.20 0.27 317.67 0.53 0.48
Hex BA 39 94 0 45 14 1B 13E 35 30
Octal 272 71 224 0 105 24 33 476 65 60
Binary 10111010 111001 10010100 0 1000101 10100 11011 100111110 110101 110000

Color Harmonies of #BA3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3994

Black with #BA3994

Text Example


Text Example

White with #BA3994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3994; }

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

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

background-color css

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

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

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

border-color css

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

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

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