Html Css Color HEX #BA059D Medium Violet Red

📋 copy color: '#BA059D'

red 186 ◦ green 5 ◦ blue 157

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

Shades of Medium Violet Red #BA059D

Tints of Medium Violet Red #BA059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 53.45%
G = 1.44%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA059D (or 0xBA059D) is known color: Medium Violet Red. HEX triplet: BA, 05 and 9D. RGB value is (186,5,157). Sum of RGB (Red+Green+Blue) = 186+5+157=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA059D is #45FA62. Grayscale: #4C4C4C. Windows color (decimal): -4586083 or 10290618. OLE color: 10290618.

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

Color convert

RGB 186 5 157 -
CMYK 0 0.97 0.16 0.27
HSL 309.61º 0.95% 0.37% -
HSV(B) 309.61º 0.97% 0.73% -
XYZ 26.39 12.98 33.01 -
YUV 76.45 173.47 206.14 -
System Red Green Blue C M Y K H S L
Decimal 186 5 157 0 0.97 0.16 0.27 309.61 0.95 0.37
Hex BA 5 9D 0 61 10 1B 136 5F 25
Octal 272 5 235 0 141 20 33 466 137 45
Binary 10111010 101 10011101 0 1100001 10000 11011 100110110 1011111 100101

Color Harmonies of #BA059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA059D

Black with #BA059D

Text Example


Text Example

White with #BA059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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