Html Css Color HEX #BA0E77 Medium Violet Red

📋 copy color: '#BA0E77'

red 186 ◦ green 14 ◦ blue 119

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

Shades of Medium Violet Red #BA0E77

Tints of Medium Violet Red #BA0E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.39%

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

R = 58.31%
G = 4.39%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA0E77 (or 0xBA0E77) is known color: Medium Violet Red. HEX triplet: BA, 0E and 77. RGB value is (186,14,119). Sum of RGB (Red+Green+Blue) = 186+14+119=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0E77 is #45F188. Grayscale: #4D4D4D. Windows color (decimal): -4583817 or 7802554. OLE color: 7802554.

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

Color convert

RGB 186 14 119 -
CMYK 0 0.92 0.36 0.27
HSL 323.37º 0.86% 0.39% -
HSV(B) 323.37º 0.92% 0.73% -
XYZ 23.74 12.09 18.53 -
YUV 77.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 186 14 119 0 0.92 0.36 0.27 323.37 0.86 0.39
Hex BA E 77 0 5C 24 1B 143 56 27
Octal 272 16 167 0 134 44 33 503 126 47
Binary 10111010 1110 1110111 0 1011100 100100 11011 101000011 1010110 100111

Color Harmonies of #BA0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E77

Black with #BA0E77

Text Example


Text Example

White with #BA0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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