Html Css Color HEX #BA057C Medium Violet Red

📋 copy color: '#BA057C'

red 186 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #BA057C

Tints of Medium Violet Red #BA057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 59.05%
G = 1.59%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA057C (or 0xBA057C) is known color: Medium Violet Red. HEX triplet: BA, 05 and 7C. RGB value is (186,5,124). Sum of RGB (Red+Green+Blue) = 186+5+124=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA057C is #45FA83. Grayscale: #484848. Windows color (decimal): -4586116 or 8127930. OLE color: 8127930.

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

Color convert

RGB 186 5 124 -
CMYK 0 0.97 0.33 0.27
HSL 320.55º 0.95% 0.37% -
HSV(B) 320.55º 0.97% 0.73% -
XYZ 23.94 12 20.12 -
YUV 72.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 186 5 124 0 0.97 0.33 0.27 320.55 0.95 0.37
Hex BA 5 7C 0 61 21 1B 141 5F 25
Octal 272 5 174 0 141 41 33 501 137 45
Binary 10111010 101 1111100 0 1100001 100001 11011 101000001 1011111 100101

Color Harmonies of #BA057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA057C

Black with #BA057C

Text Example


Text Example

White with #BA057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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