Html Css Color HEX #BA2891 Medium Red Violet

📋 copy color: '#BA2891'

red 186 ◦ green 40 ◦ blue 145

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

Shades of Medium Red Violet #BA2891

Tints of Medium Red Violet #BA2891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 50.13%
G = 10.78%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA2891 (or 0xBA2891) is known color: Medium Red Violet. HEX triplet: BA, 28 and 91. RGB value is (186,40,145). Sum of RGB (Red+Green+Blue) = 186+40+145=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2891 is #45D76E. Grayscale: #5F5F5F. Windows color (decimal): -4577135 or 9513146. OLE color: 9513146.

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

Color convert

RGB 186 40 145 -
CMYK 0 0.78 0.22 0.27
HSL 316.85º 0.65% 0.44% -
HSV(B) 316.85º 0.78% 0.73% -
XYZ 26.12 14 28.11 -
YUV 95.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 186 40 145 0 0.78 0.22 0.27 316.85 0.65 0.44
Hex BA 28 91 0 4E 16 1B 13D 41 2C
Octal 272 50 221 0 116 26 33 475 101 54
Binary 10111010 101000 10010001 0 1001110 10110 11011 100111101 1000001 101100

Color Harmonies of #BA2891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2891

Black with #BA2891

Text Example


Text Example

White with #BA2891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2891; }

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

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

background-color css

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

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

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

border-color css

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

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

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