Html Css Color HEX #BA0591 Medium Violet Red

📋 copy color: '#BA0591'

red 186 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #BA0591

Tints of Medium Violet Red #BA0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 55.36%
G = 1.49%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA0591 (or 0xBA0591) is known color: Medium Violet Red. HEX triplet: BA, 05 and 91. RGB value is (186,5,145). Sum of RGB (Red+Green+Blue) = 186+5+145=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0591 is #45FA6E. Grayscale: #4A4A4A. Windows color (decimal): -4586095 or 9504186. OLE color: 9504186.

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

Color convert

RGB 186 5 145 -
CMYK 0 0.97 0.22 0.27
HSL 313.59º 0.95% 0.37% -
HSV(B) 313.59º 0.97% 0.73% -
XYZ 25.41 12.59 27.88 -
YUV 75.08 167.47 207.12 -
System Red Green Blue C M Y K H S L
Decimal 186 5 145 0 0.97 0.22 0.27 313.59 0.95 0.37
Hex BA 5 91 0 61 16 1B 13A 5F 25
Octal 272 5 221 0 141 26 33 472 137 45
Binary 10111010 101 10010001 0 1100001 10110 11011 100111010 1011111 100101

Color Harmonies of #BA0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0591

Black with #BA0591

Text Example


Text Example

White with #BA0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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