Html Css Color HEX #BA297C Medium Red Violet

📋 copy color: '#BA297C'

red 186 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #BA297C

Tints of Medium Red Violet #BA297C

RGB

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

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

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

R = 52.99%
G = 11.68%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA297C (or 0xBA297C) is known color: Medium Red Violet. HEX triplet: BA, 29 and 7C. RGB value is (186,41,124). Sum of RGB (Red+Green+Blue) = 186+41+124=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA297C is #45D683. Grayscale: #5D5D5D. Windows color (decimal): -4576900 or 8137146. OLE color: 8137146.

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

Color convert

RGB 186 41 124 -
CMYK 0 0.78 0.33 0.27
HSL 325.66º 0.64% 0.45% -
HSV(B) 325.66º 0.78% 0.73% -
XYZ 24.68 13.48 20.37 -
YUV 93.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 186 41 124 0 0.78 0.33 0.27 325.66 0.64 0.45
Hex BA 29 7C 0 4E 21 1B 146 40 2D
Octal 272 51 174 0 116 41 33 506 100 55
Binary 10111010 101001 1111100 0 1001110 100001 11011 101000110 1000000 101101

Color Harmonies of #BA297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA297C

Black with #BA297C

Text Example


Text Example

White with #BA297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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