Html Css Color HEX #BA397F Medium Red Violet

📋 copy color: '#BA397F'

red 186 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #BA397F

Tints of Medium Red Violet #BA397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 50.27%
G = 15.41%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA397F (or 0xBA397F) is known color: Medium Red Violet. HEX triplet: BA, 39 and 7F. RGB value is (186,57,127). Sum of RGB (Red+Green+Blue) = 186+57+127=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA397F is #45C680. Grayscale: #676767. Windows color (decimal): -4572801 or 8337850. OLE color: 8337850.

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

Color convert

RGB 186 57 127 -
CMYK 0 0.69 0.32 0.27
HSL 327.44º 0.53% 0.48% -
HSV(B) 327.44º 0.69% 0.73% -
XYZ 25.54 14.9 21.61 -
YUV 103.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 186 57 127 0 0.69 0.32 0.27 327.44 0.53 0.48
Hex BA 39 7F 0 45 20 1B 147 35 30
Octal 272 71 177 0 105 40 33 507 65 60
Binary 10111010 111001 1111111 0 1000101 100000 11011 101000111 110101 110000

Color Harmonies of #BA397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA397F

Black with #BA397F

Text Example


Text Example

White with #BA397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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