Html Css Color HEX #BA387C Medium Red Violet

📋 copy color: '#BA387C'

red 186 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #BA387C

Tints of Medium Red Violet #BA387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

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

R = 50.82%
G = 15.3%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA387C (or 0xBA387C) is known color: Medium Red Violet. HEX triplet: BA, 38 and 7C. RGB value is (186,56,124). Sum of RGB (Red+Green+Blue) = 186+56+124=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA387C is #45C783. Grayscale: #666666. Windows color (decimal): -4573060 or 8140986. OLE color: 8140986.

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

Color convert

RGB 186 56 124 -
CMYK 0 0.70 0.33 0.27
HSL 328.62º 0.54% 0.47% -
HSV(B) 328.62º 0.7% 0.73% -
XYZ 25.3 14.72 20.58 -
YUV 102.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 186 56 124 0 0.70 0.33 0.27 328.62 0.54 0.47
Hex BA 38 7C 0 46 21 1B 149 36 2F
Octal 272 70 174 0 106 41 33 511 66 57
Binary 10111010 111000 1111100 0 1000110 100001 11011 101001001 110110 101111

Color Harmonies of #BA387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA387C

Black with #BA387C

Text Example


Text Example

White with #BA387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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