Html Css Color HEX #BA299E Medium Red Violet

📋 copy color: '#BA299E'

red 186 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #BA299E

Tints of Medium Red Violet #BA299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 48.31%
G = 10.65%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA299E (or 0xBA299E) is known color: Medium Red Violet. HEX triplet: BA, 29 and 9E. RGB value is (186,41,158). Sum of RGB (Red+Green+Blue) = 186+41+158=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA299E is #45D661. Grayscale: #616161. Windows color (decimal): -4576866 or 10365370. OLE color: 10365370.

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

Color convert

RGB 186 41 158 -
CMYK 0 0.78 0.15 0.27
HSL 311.59º 0.64% 0.45% -
HSV(B) 311.59º 0.78% 0.73% -
XYZ 27.21 14.49 33.71 -
YUV 97.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 186 41 158 0 0.78 0.15 0.27 311.59 0.64 0.45
Hex BA 29 9E 0 4E F 1B 138 40 2D
Octal 272 51 236 0 116 17 33 470 100 55
Binary 10111010 101001 10011110 0 1001110 1111 11011 100111000 1000000 101101

Color Harmonies of #BA299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA299E

Black with #BA299E

Text Example


Text Example

White with #BA299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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