Html Css Color HEX #BA0F77 Medium Violet Red

📋 copy color: '#BA0F77'

red 186 ◦ green 15 ◦ blue 119

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

Shades of Medium Violet Red #BA0F77

Tints of Medium Violet Red #BA0F77

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.69%

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

R = 58.13%
G = 4.69%
B = 37.19%

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

#BA0F77 (or 0xBA0F77) is known color: Medium Violet Red. HEX triplet: BA, 0F and 77. RGB value is (186,15,119). Sum of RGB (Red+Green+Blue) = 186+15+119=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F77 is #45F088. Grayscale: #4D4D4D. Windows color (decimal): -4583561 or 7802810. OLE color: 7802810.

HSL color Cylindrical-coordinate representation of color #BA0F77: hue angle of 323.51º degrees, saturation: 0.85, 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 #BA0F77 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 15 119 -
CMYK 0 0.92 0.36 0.27
HSL 323.51º 0.85% 0.39% -
HSV(B) 323.51º 0.92% 0.73% -
XYZ 23.75 12.11 18.54 -
YUV 77.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 186 15 119 0 0.92 0.36 0.27 323.51 0.85 0.39
Hex BA F 77 0 5C 24 1B 144 55 27
Octal 272 17 167 0 134 44 33 504 125 47
Binary 10111010 1111 1110111 0 1011100 100100 11011 101000100 1010101 100111

Color Harmonies of #BA0F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F77

Black with #BA0F77

Text Example


Text Example

White with #BA0F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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