Html Css Color HEX #BA059E Medium Violet Red

📋 copy color: '#BA059E'

red 186 ◦ green 5 ◦ blue 158

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

Shades of Medium Violet Red #BA059E

Tints of Medium Violet Red #BA059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 53.3%
G = 1.43%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA059E (or 0xBA059E) is known color: Medium Violet Red. HEX triplet: BA, 05 and 9E. RGB value is (186,5,158). Sum of RGB (Red+Green+Blue) = 186+5+158=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA059E is #45FA61. Grayscale: #4C4C4C. Windows color (decimal): -4586082 or 10356154. OLE color: 10356154.

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

Color convert

RGB 186 5 158 -
CMYK 0 0.97 0.15 0.27
HSL 309.28º 0.95% 0.37% -
HSV(B) 309.28º 0.97% 0.73% -
XYZ 26.48 13.02 33.46 -
YUV 76.56 173.97 206.06 -
System Red Green Blue C M Y K H S L
Decimal 186 5 158 0 0.97 0.15 0.27 309.28 0.95 0.37
Hex BA 5 9E 0 61 F 1B 135 5F 25
Octal 272 5 236 0 141 17 33 465 137 45
Binary 10111010 101 10011110 0 1100001 1111 11011 100110101 1011111 100101

Color Harmonies of #BA059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA059E

Black with #BA059E

Text Example


Text Example

White with #BA059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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