Html Css Color HEX #BA296B Medium Red Violet

📋 copy color: '#BA296B'

red 186 ◦ green 41 ◦ blue 107

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

Shades of Medium Red Violet #BA296B

Tints of Medium Red Violet #BA296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 55.69%
G = 12.28%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA296B (or 0xBA296B) is known color: Medium Red Violet. HEX triplet: BA, 29 and 6B. RGB value is (186,41,107). Sum of RGB (Red+Green+Blue) = 186+41+107=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA296B is #45D694. Grayscale: #5B5B5B. Windows color (decimal): -4576917 or 7023034. OLE color: 7023034.

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

Color convert

RGB 186 41 107 -
CMYK 0 0.78 0.42 0.27
HSL 332.69º 0.64% 0.45% -
HSV(B) 332.69º 0.78% 0.73% -
XYZ 23.7 13.09 15.19 -
YUV 91.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 186 41 107 0 0.78 0.42 0.27 332.69 0.64 0.45
Hex BA 29 6B 0 4E 2A 1B 14D 40 2D
Octal 272 51 153 0 116 52 33 515 100 55
Binary 10111010 101001 1101011 0 1001110 101010 11011 101001101 1000000 101101

Color Harmonies of #BA296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA296B

Black with #BA296B

Text Example


Text Example

White with #BA296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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