Html Css Color HEX #BA2A91 Medium Red Violet

📋 copy color: '#BA2A91'

red 186 ◦ green 42 ◦ blue 145

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

Shades of Medium Red Violet #BA2A91

Tints of Medium Red Violet #BA2A91

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.26%

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

R = 49.87%
G = 11.26%
B = 38.87%

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

#BA2A91 (or 0xBA2A91) is known color: Medium Red Violet. HEX triplet: BA, 2A and 91. RGB value is (186,42,145). Sum of RGB (Red+Green+Blue) = 186+42+145=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2A91 is #45D56E. Grayscale: #606060. Windows color (decimal): -4576623 or 9513658. OLE color: 9513658.

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

Color convert

RGB 186 42 145 -
CMYK 0 0.77 0.22 0.27
HSL 317.08º 0.63% 0.45% -
HSV(B) 317.08º 0.77% 0.73% -
XYZ 26.19 14.14 28.14 -
YUV 96.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 186 42 145 0 0.77 0.22 0.27 317.08 0.63 0.45
Hex BA 2A 91 0 4D 16 1B 13D 3F 2D
Octal 272 52 221 0 115 26 33 475 77 55
Binary 10111010 101010 10010001 0 1001101 10110 11011 100111101 111111 101101

Color Harmonies of #BA2A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A91

Black with #BA2A91

Text Example


Text Example

White with #BA2A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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