Html Css Color HEX #BA378D Medium Red Violet

📋 copy color: '#BA378D'

red 186 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #BA378D

Tints of Medium Red Violet #BA378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.4%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 48.69%
G = 14.4%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA378D (or 0xBA378D) is known color: Medium Red Violet. HEX triplet: BA, 37 and 8D. RGB value is (186,55,141). Sum of RGB (Red+Green+Blue) = 186+55+141=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA378D is #45C872. Grayscale: #676767. Windows color (decimal): -4573299 or 9254842. OLE color: 9254842.

HSL color Cylindrical-coordinate representation of color #BA378D: hue angle of 320.61º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA378D is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 141 -
CMYK 0 0.70 0.24 0.27
HSL 320.61º 0.54% 0.47% -
HSV(B) 320.61º 0.7% 0.73% -
XYZ 26.42 15.09 26.72 -
YUV 103.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 186 55 141 0 0.70 0.24 0.27 320.61 0.54 0.47
Hex BA 37 8D 0 46 18 1B 141 36 2F
Octal 272 67 215 0 106 30 33 501 66 57
Binary 10111010 110111 10001101 0 1000110 11000 11011 101000001 110110 101111

Color Harmonies of #BA378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA378D

Black with #BA378D

Text Example


Text Example

White with #BA378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA378D; }

 p { color: rgb(186,55,141); }

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

background-color css

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

 a { background-color: rgb(186,55,141); }

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

border-color css

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

 span { border-color: rgb(186,55,141); }

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