Html Css Color HEX #BA0592 Medium Violet Red

📋 copy color: '#BA0592'

red 186 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #BA0592

Tints of Medium Violet Red #BA0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 55.19%
G = 1.48%
B = 43.32%

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

#BA0592 (or 0xBA0592) is known color: Medium Violet Red. HEX triplet: BA, 05 and 92. RGB value is (186,5,146). Sum of RGB (Red+Green+Blue) = 186+5+146=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0592 is #45FA6D. Grayscale: #4A4A4A. Windows color (decimal): -4586094 or 9569722. OLE color: 9569722.

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

Color convert

RGB 186 5 146 -
CMYK 0 0.97 0.22 0.27
HSL 313.26º 0.95% 0.37% -
HSV(B) 313.26º 0.97% 0.73% -
XYZ 25.49 12.62 28.29 -
YUV 75.19 167.97 207.04 -
System Red Green Blue C M Y K H S L
Decimal 186 5 146 0 0.97 0.22 0.27 313.26 0.95 0.37
Hex BA 5 92 0 61 16 1B 139 5F 25
Octal 272 5 222 0 141 26 33 471 137 45
Binary 10111010 101 10010010 0 1100001 10110 11011 100111001 1011111 100101

Color Harmonies of #BA0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0592

Black with #BA0592

Text Example


Text Example

White with #BA0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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