Html Css Color HEX #BA057F Medium Violet Red

📋 copy color: '#BA057F'

red 186 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #BA057F

Tints of Medium Violet Red #BA057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.94%

R = 58.49%
G = 1.57%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA057F (or 0xBA057F) is known color: Medium Violet Red. HEX triplet: BA, 05 and 7F. RGB value is (186,5,127). Sum of RGB (Red+Green+Blue) = 186+5+127=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA057F is #45FA80. Grayscale: #484848. Windows color (decimal): -4586113 or 8324538. OLE color: 8324538.

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

Color convert

RGB 186 5 127 -
CMYK 0 0.97 0.32 0.27
HSL 319.56º 0.95% 0.37% -
HSV(B) 319.56º 0.97% 0.73% -
XYZ 24.13 12.08 21.14 -
YUV 73.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 186 5 127 0 0.97 0.32 0.27 319.56 0.95 0.37
Hex BA 5 7F 0 61 20 1B 140 5F 25
Octal 272 5 177 0 141 40 33 500 137 45
Binary 10111010 101 1111111 0 1100001 100000 11011 101000000 1011111 100101

Color Harmonies of #BA057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA057F

Black with #BA057F

Text Example


Text Example

White with #BA057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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