Html Css Color HEX #BA2497 Medium Red Violet

📋 copy color: '#BA2497'

red 186 ◦ green 36 ◦ blue 151

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

Shades of Medium Red Violet #BA2497

Tints of Medium Red Violet #BA2497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.65%

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

R = 49.87%
G = 9.65%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA2497 (or 0xBA2497) is known color: Medium Red Violet. HEX triplet: BA, 24 and 97. RGB value is (186,36,151). Sum of RGB (Red+Green+Blue) = 186+36+151=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2497 is #45DB68. Grayscale: #5D5D5D. Windows color (decimal): -4578153 or 9905338. OLE color: 9905338.

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

Color convert

RGB 186 36 151 -
CMYK 0 0.81 0.19 0.27
HSL 314º 0.68% 0.44% -
HSV(B) 314º 0.81% 0.73% -
XYZ 26.47 13.94 30.57 -
YUV 93.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 186 36 151 0 0.81 0.19 0.27 314 0.68 0.44
Hex BA 24 97 0 51 13 1B 13A 44 2C
Octal 272 44 227 0 121 23 33 472 104 54
Binary 10111010 100100 10010111 0 1010001 10011 11011 100111010 1000100 101100

Color Harmonies of #BA2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2497

Black with #BA2497

Text Example


Text Example

White with #BA2497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2497; }

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

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

background-color css

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

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

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

border-color css

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

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

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