Html Css Color HEX #BA0977 Medium Violet Red

📋 copy color: '#BA0977'

red 186 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #BA0977

Tints of Medium Violet Red #BA0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.87%

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 59.24%
G = 2.87%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA0977 (or 0xBA0977) is known color: Medium Violet Red. HEX triplet: BA, 09 and 77. RGB value is (186,9,119). Sum of RGB (Red+Green+Blue) = 186+9+119=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0977 is #45F688. Grayscale: #4A4A4A. Windows color (decimal): -4585097 or 7801274. OLE color: 7801274.

HSL color Cylindrical-coordinate representation of color #BA0977: hue angle of 322.71º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0977 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 119 -
CMYK 0 0.95 0.36 0.27
HSL 322.71º 0.91% 0.38% -
HSV(B) 322.71º 0.95% 0.73% -
XYZ 23.68 11.97 18.51 -
YUV 74.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 186 9 119 0 0.95 0.36 0.27 322.71 0.91 0.38
Hex BA 9 77 0 5F 24 1B 143 5B 26
Octal 272 11 167 0 137 44 33 503 133 46
Binary 10111010 1001 1110111 0 1011111 100100 11011 101000011 1011011 100110

Color Harmonies of #BA0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0977

Black with #BA0977

Text Example


Text Example

White with #BA0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0977; }

 p { color: rgb(186,9,119); }

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

background-color css

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

 a { background-color: rgb(186,9,119); }

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

border-color css

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

 span { border-color: rgb(186,9,119); }

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