Html Css Color HEX #BA297F Medium Red Violet

📋 copy color: '#BA297F'

red 186 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #BA297F

Tints of Medium Red Violet #BA297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 52.54%
G = 11.58%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA297F (or 0xBA297F) is known color: Medium Red Violet. HEX triplet: BA, 29 and 7F. RGB value is (186,41,127). Sum of RGB (Red+Green+Blue) = 186+41+127=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA297F is #45D680. Grayscale: #5D5D5D. Windows color (decimal): -4576897 or 8333754. OLE color: 8333754.

HSL color Cylindrical-coordinate representation of color #BA297F: hue angle of 324.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA297F is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 127 -
CMYK 0 0.78 0.32 0.27
HSL 324.41º 0.64% 0.45% -
HSV(B) 324.41º 0.78% 0.73% -
XYZ 24.87 13.56 21.38 -
YUV 94.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 186 41 127 0 0.78 0.32 0.27 324.41 0.64 0.45
Hex BA 29 7F 0 4E 20 1B 144 40 2D
Octal 272 51 177 0 116 40 33 504 100 55
Binary 10111010 101001 1111111 0 1001110 100000 11011 101000100 1000000 101101

Color Harmonies of #BA297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA297F

Black with #BA297F

Text Example


Text Example

White with #BA297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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