Html Css Color HEX #BA0779 Medium Violet Red

📋 copy color: '#BA0779'

red 186 ◦ green 7 ◦ blue 121

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

Shades of Medium Violet Red #BA0779

Tints of Medium Violet Red #BA0779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 59.24%
G = 2.23%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA0779 (or 0xBA0779) is known color: Medium Violet Red. HEX triplet: BA, 07 and 79. RGB value is (186,7,121). Sum of RGB (Red+Green+Blue) = 186+7+121=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0779 is #45F886. Grayscale: #494949. Windows color (decimal): -4585607 or 7931834. OLE color: 7931834.

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

Color convert

RGB 186 7 121 -
CMYK 0 0.96 0.35 0.27
HSL 321.79º 0.93% 0.38% -
HSV(B) 321.79º 0.96% 0.73% -
XYZ 23.78 11.97 19.15 -
YUV 73.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 186 7 121 0 0.96 0.35 0.27 321.79 0.93 0.38
Hex BA 7 79 0 60 23 1B 142 5D 26
Octal 272 7 171 0 140 43 33 502 135 46
Binary 10111010 111 1111001 0 1100000 100011 11011 101000010 1011101 100110

Color Harmonies of #BA0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0779

Black with #BA0779

Text Example


Text Example

White with #BA0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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