Html Css Color HEX #BA377F Medium Red Violet

📋 copy color: '#BA377F'

red 186 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #BA377F

Tints of Medium Red Violet #BA377F

RGB

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

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

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

R = 50.54%
G = 14.95%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA377F (or 0xBA377F) is known color: Medium Red Violet. HEX triplet: BA, 37 and 7F. RGB value is (186,55,127). Sum of RGB (Red+Green+Blue) = 186+55+127=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA377F is #45C880. Grayscale: #666666. Windows color (decimal): -4573313 or 8337338. OLE color: 8337338.

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

Color convert

RGB 186 55 127 -
CMYK 0 0.70 0.32 0.27
HSL 327.02º 0.54% 0.47% -
HSV(B) 327.02º 0.7% 0.73% -
XYZ 25.45 14.7 21.58 -
YUV 102.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 186 55 127 0 0.70 0.32 0.27 327.02 0.54 0.47
Hex BA 37 7F 0 46 20 1B 147 36 2F
Octal 272 67 177 0 106 40 33 507 66 57
Binary 10111010 110111 1111111 0 1000110 100000 11011 101000111 110110 101111

Color Harmonies of #BA377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA377F

Black with #BA377F

Text Example


Text Example

White with #BA377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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