Html Css Color HEX #BA296E Medium Red Violet

📋 copy color: '#BA296E'

red 186 ◦ green 41 ◦ blue 110

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

Shades of Medium Red Violet #BA296E

Tints of Medium Red Violet #BA296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 55.19%
G = 12.17%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA296E (or 0xBA296E) is known color: Medium Red Violet. HEX triplet: BA, 29 and 6E. RGB value is (186,41,110). Sum of RGB (Red+Green+Blue) = 186+41+110=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA296E is #45D691. Grayscale: #5C5C5C. Windows color (decimal): -4576914 or 7219642. OLE color: 7219642.

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

Color convert

RGB 186 41 110 -
CMYK 0 0.78 0.41 0.27
HSL 331.45º 0.64% 0.45% -
HSV(B) 331.45º 0.78% 0.73% -
XYZ 23.86 13.15 16.03 -
YUV 92.22 138.04 194.89 -
System Red Green Blue C M Y K H S L
Decimal 186 41 110 0 0.78 0.41 0.27 331.45 0.64 0.45
Hex BA 29 6E 0 4E 29 1B 14B 40 2D
Octal 272 51 156 0 116 51 33 513 100 55
Binary 10111010 101001 1101110 0 1001110 101001 11011 101001011 1000000 101101

Color Harmonies of #BA296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA296E

Black with #BA296E

Text Example


Text Example

White with #BA296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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