Html Css Color HEX #BA059C Medium Violet Red

📋 copy color: '#BA059C'

red 186 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #BA059C

Tints of Medium Violet Red #BA059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 53.6%
G = 1.44%
B = 44.96%

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

#BA059C (or 0xBA059C) is known color: Medium Violet Red. HEX triplet: BA, 05 and 9C. RGB value is (186,5,156). Sum of RGB (Red+Green+Blue) = 186+5+156=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA059C is #45FA63. Grayscale: #4B4B4B. Windows color (decimal): -4586084 or 10225082. OLE color: 10225082.

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

Color convert

RGB 186 5 156 -
CMYK 0 0.97 0.16 0.27
HSL 309.94º 0.95% 0.37% -
HSV(B) 309.94º 0.97% 0.73% -
XYZ 26.3 12.95 32.57 -
YUV 76.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 186 5 156 0 0.97 0.16 0.27 309.94 0.95 0.37
Hex BA 5 9C 0 61 10 1B 136 5F 25
Octal 272 5 234 0 141 20 33 466 137 45
Binary 10111010 101 10011100 0 1100001 10000 11011 100110110 1011111 100101

Color Harmonies of #BA059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA059C

Black with #BA059C

Text Example


Text Example

White with #BA059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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