Html Css Color HEX #BA2797 Medium Red Violet

📋 copy color: '#BA2797'

red 186 ◦ green 39 ◦ blue 151

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

Shades of Medium Red Violet #BA2797

Tints of Medium Red Violet #BA2797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 49.47%
G = 10.37%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA2797 (or 0xBA2797) is known color: Medium Red Violet. HEX triplet: BA, 27 and 97. RGB value is (186,39,151). Sum of RGB (Red+Green+Blue) = 186+39+151=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2797 is #45D868. Grayscale: #5F5F5F. Windows color (decimal): -4577385 or 9906106. OLE color: 9906106.

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

Color convert

RGB 186 39 151 -
CMYK 0 0.79 0.19 0.27
HSL 314.29º 0.65% 0.44% -
HSV(B) 314.29º 0.79% 0.73% -
XYZ 26.56 14.12 30.6 -
YUV 95.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 186 39 151 0 0.79 0.19 0.27 314.29 0.65 0.44
Hex BA 27 97 0 4F 13 1B 13A 41 2C
Octal 272 47 227 0 117 23 33 472 101 54
Binary 10111010 100111 10010111 0 1001111 10011 11011 100111010 1000001 101100

Color Harmonies of #BA2797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2797

Black with #BA2797

Text Example


Text Example

White with #BA2797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2797; }

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

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

background-color css

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

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

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

border-color css

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

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

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