Html Css Color HEX #BA2793 Medium Red Violet

📋 copy color: '#BA2793'

red 186 ◦ green 39 ◦ blue 147

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

Shades of Medium Red Violet #BA2793

Tints of Medium Red Violet #BA2793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.48%

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

R = 50%
G = 10.48%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA2793 (or 0xBA2793) is known color: Medium Red Violet. HEX triplet: BA, 27 and 93. RGB value is (186,39,147). Sum of RGB (Red+Green+Blue) = 186+39+147=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2793 is #45D86C. Grayscale: #5E5E5E. Windows color (decimal): -4577389 or 9643962. OLE color: 9643962.

HSL color Cylindrical-coordinate representation of color #BA2793: hue angle of 315.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2793 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 147 -
CMYK 0 0.79 0.21 0.27
HSL 315.92º 0.65% 0.44% -
HSV(B) 315.92º 0.79% 0.73% -
XYZ 26.24 14 28.92 -
YUV 95.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 186 39 147 0 0.79 0.21 0.27 315.92 0.65 0.44
Hex BA 27 93 0 4F 15 1B 13C 41 2C
Octal 272 47 223 0 117 25 33 474 101 54
Binary 10111010 100111 10010011 0 1001111 10101 11011 100111100 1000001 101100

Color Harmonies of #BA2793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2793

Black with #BA2793

Text Example


Text Example

White with #BA2793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2793; }

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

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

background-color css

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

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

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

border-color css

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

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

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