Html Css Color HEX #BA058F Medium Violet Red

📋 copy color: '#BA058F'

red 186 ◦ green 5 ◦ blue 143

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

Shades of Medium Violet Red #BA058F

Tints of Medium Violet Red #BA058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 55.69%
G = 1.5%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA058F (or 0xBA058F) is known color: Medium Violet Red. HEX triplet: BA, 05 and 8F. RGB value is (186,5,143). Sum of RGB (Red+Green+Blue) = 186+5+143=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA058F is #45FA70. Grayscale: #4A4A4A. Windows color (decimal): -4586097 or 9373114. OLE color: 9373114.

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

Color convert

RGB 186 5 143 -
CMYK 0 0.97 0.23 0.27
HSL 314.25º 0.95% 0.37% -
HSV(B) 314.25º 0.97% 0.73% -
XYZ 25.26 12.53 27.07 -
YUV 74.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 186 5 143 0 0.97 0.23 0.27 314.25 0.95 0.37
Hex BA 5 8F 0 61 17 1B 13A 5F 25
Octal 272 5 217 0 141 27 33 472 137 45
Binary 10111010 101 10001111 0 1100001 10111 11011 100111010 1011111 100101

Color Harmonies of #BA058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA058F

Black with #BA058F

Text Example


Text Example

White with #BA058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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