Html Css Color HEX #BA397C Medium Red Violet

📋 copy color: '#BA397C'

red 186 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #BA397C

Tints of Medium Red Violet #BA397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 50.68%
G = 15.53%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA397C (or 0xBA397C) is known color: Medium Red Violet. HEX triplet: BA, 39 and 7C. RGB value is (186,57,124). Sum of RGB (Red+Green+Blue) = 186+57+124=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA397C is #45C683. Grayscale: #676767. Windows color (decimal): -4572804 or 8141242. OLE color: 8141242.

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

Color convert

RGB 186 57 124 -
CMYK 0 0.69 0.33 0.27
HSL 328.84º 0.53% 0.48% -
HSV(B) 328.84º 0.69% 0.73% -
XYZ 25.35 14.82 20.59 -
YUV 103.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 186 57 124 0 0.69 0.33 0.27 328.84 0.53 0.48
Hex BA 39 7C 0 45 21 1B 149 35 30
Octal 272 71 174 0 105 41 33 511 65 60
Binary 10111010 111001 1111100 0 1000101 100001 11011 101001001 110101 110000

Color Harmonies of #BA397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA397C

Black with #BA397C

Text Example


Text Example

White with #BA397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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