Html Css Color HEX #BA2B91 Medium Red Violet

📋 copy color: '#BA2B91'

red 186 ◦ green 43 ◦ blue 145

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

Shades of Medium Red Violet #BA2B91

Tints of Medium Red Violet #BA2B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.5%

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

R = 49.73%
G = 11.5%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA2B91 (or 0xBA2B91) is known color: Medium Red Violet. HEX triplet: BA, 2B and 91. RGB value is (186,43,145). Sum of RGB (Red+Green+Blue) = 186+43+145=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2B91 is #45D46E. Grayscale: #616161. Windows color (decimal): -4576367 or 9513914. OLE color: 9513914.

HSL color Cylindrical-coordinate representation of color #BA2B91: hue angle of 317.2º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B91 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 43 145 -
CMYK 0 0.77 0.22 0.27
HSL 317.2º 0.62% 0.45% -
HSV(B) 317.2º 0.77% 0.73% -
XYZ 26.22 14.21 28.15 -
YUV 97.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 186 43 145 0 0.77 0.22 0.27 317.2 0.62 0.45
Hex BA 2B 91 0 4D 16 1B 13D 3E 2D
Octal 272 53 221 0 115 26 33 475 76 55
Binary 10111010 101011 10010001 0 1001101 10110 11011 100111101 111110 101101

Color Harmonies of #BA2B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B91

Black with #BA2B91

Text Example


Text Example

White with #BA2B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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