Html Css Color HEX #BA2993 Medium Red Violet

📋 copy color: '#BA2993'

red 186 ◦ green 41 ◦ blue 147

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

Shades of Medium Red Violet #BA2993

Tints of Medium Red Violet #BA2993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 49.73%
G = 10.96%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA2993 (or 0xBA2993) is known color: Medium Red Violet. HEX triplet: BA, 29 and 93. RGB value is (186,41,147). Sum of RGB (Red+Green+Blue) = 186+41+147=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2993 is #45D66C. Grayscale: #606060. Windows color (decimal): -4576877 or 9644474. OLE color: 9644474.

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

Color convert

RGB 186 41 147 -
CMYK 0 0.78 0.21 0.27
HSL 316.14º 0.64% 0.45% -
HSV(B) 316.14º 0.78% 0.73% -
XYZ 26.31 14.13 28.94 -
YUV 96.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 186 41 147 0 0.78 0.21 0.27 316.14 0.64 0.45
Hex BA 29 93 0 4E 15 1B 13C 40 2D
Octal 272 51 223 0 116 25 33 474 100 55
Binary 10111010 101001 10010011 0 1001110 10101 11011 100111100 1000000 101101

Color Harmonies of #BA2993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2993

Black with #BA2993

Text Example


Text Example

White with #BA2993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2993; }

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

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

background-color css

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

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

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

border-color css

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

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

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