Html Css Color HEX #BA378E Medium Red Violet

📋 copy color: '#BA378E'

red 186 ◦ green 55 ◦ blue 142

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

Shades of Medium Red Violet #BA378E

Tints of Medium Red Violet #BA378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 48.56%
G = 14.36%
B = 37.08%

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

#BA378E (or 0xBA378E) is known color: Medium Red Violet. HEX triplet: BA, 37 and 8E. RGB value is (186,55,142). Sum of RGB (Red+Green+Blue) = 186+55+142=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA378E is #45C871. Grayscale: #676767. Windows color (decimal): -4573298 or 9320378. OLE color: 9320378.

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

Color convert

RGB 186 55 142 -
CMYK 0 0.70 0.24 0.27
HSL 320.15º 0.54% 0.47% -
HSV(B) 320.15º 0.7% 0.73% -
XYZ 26.5 15.12 27.11 -
YUV 104.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 186 55 142 0 0.70 0.24 0.27 320.15 0.54 0.47
Hex BA 37 8E 0 46 18 1B 140 36 2F
Octal 272 67 216 0 106 30 33 500 66 57
Binary 10111010 110111 10001110 0 1000110 11000 11011 101000000 110110 101111

Color Harmonies of #BA378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA378E

Black with #BA378E

Text Example


Text Example

White with #BA378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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