Html Css Color HEX #BA2893 Medium Red Violet

📋 copy color: '#BA2893'

red 186 ◦ green 40 ◦ blue 147

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

Shades of Medium Red Violet #BA2893

Tints of Medium Red Violet #BA2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

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

R = 49.87%
G = 10.72%
B = 39.41%

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

#BA2893 (or 0xBA2893) is known color: Medium Red Violet. HEX triplet: BA, 28 and 93. RGB value is (186,40,147). Sum of RGB (Red+Green+Blue) = 186+40+147=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2893 is #45D76C. Grayscale: #5F5F5F. Windows color (decimal): -4577133 or 9644218. OLE color: 9644218.

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

Color convert

RGB 186 40 147 -
CMYK 0 0.78 0.21 0.27
HSL 316.03º 0.65% 0.44% -
HSV(B) 316.03º 0.78% 0.73% -
XYZ 26.27 14.06 28.93 -
YUV 95.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 186 40 147 0 0.78 0.21 0.27 316.03 0.65 0.44
Hex BA 28 93 0 4E 15 1B 13C 41 2C
Octal 272 50 223 0 116 25 33 474 101 54
Binary 10111010 101000 10010011 0 1001110 10101 11011 100111100 1000001 101100

Color Harmonies of #BA2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2893

Black with #BA2893

Text Example


Text Example

White with #BA2893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2893; }

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

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

background-color css

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

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

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

border-color css

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

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

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