Html Css Color HEX #BA296F Medium Red Violet

📋 copy color: '#BA296F'

red 186 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #BA296F

Tints of Medium Red Violet #BA296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 55.03%
G = 12.13%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA296F (or 0xBA296F) is known color: Medium Red Violet. HEX triplet: BA, 29 and 6F. RGB value is (186,41,111). Sum of RGB (Red+Green+Blue) = 186+41+111=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA296F is #45D690. Grayscale: #5C5C5C. Windows color (decimal): -4576913 or 7285178. OLE color: 7285178.

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

Color convert

RGB 186 41 111 -
CMYK 0 0.78 0.40 0.27
HSL 331.03º 0.64% 0.45% -
HSV(B) 331.03º 0.78% 0.73% -
XYZ 23.91 13.17 16.32 -
YUV 92.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 186 41 111 0 0.78 0.40 0.27 331.03 0.64 0.45
Hex BA 29 6F 0 4E 28 1B 14B 40 2D
Octal 272 51 157 0 116 50 33 513 100 55
Binary 10111010 101001 1101111 0 1001110 101000 11011 101001011 1000000 101101

Color Harmonies of #BA296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA296F

Black with #BA296F

Text Example


Text Example

White with #BA296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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