Html Css Color HEX #BA0777 Medium Violet Red

📋 copy color: '#BA0777'

red 186 ◦ green 7 ◦ blue 119

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

Shades of Medium Violet Red #BA0777

Tints of Medium Violet Red #BA0777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

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

R = 59.62%
G = 2.24%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA0777 (or 0xBA0777) is known color: Medium Violet Red. HEX triplet: BA, 07 and 77. RGB value is (186,7,119). Sum of RGB (Red+Green+Blue) = 186+7+119=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0777 is #45F888. Grayscale: #494949. Windows color (decimal): -4585609 or 7800762. OLE color: 7800762.

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

Color convert

RGB 186 7 119 -
CMYK 0 0.96 0.36 0.27
HSL 322.46º 0.93% 0.38% -
HSV(B) 322.46º 0.96% 0.73% -
XYZ 23.66 11.92 18.51 -
YUV 73.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 186 7 119 0 0.96 0.36 0.27 322.46 0.93 0.38
Hex BA 7 77 0 60 24 1B 142 5D 26
Octal 272 7 167 0 140 44 33 502 135 46
Binary 10111010 111 1110111 0 1100000 100100 11011 101000010 1011101 100110

Color Harmonies of #BA0777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0777

Black with #BA0777

Text Example


Text Example

White with #BA0777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0777; }

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

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

background-color css

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

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

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

border-color css

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

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

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