Html Css Color HEX #BA077C Medium Violet Red

📋 copy color: '#BA077C'

red 186 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #BA077C

Tints of Medium Violet Red #BA077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 58.68%
G = 2.21%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA077C (or 0xBA077C) is known color: Medium Violet Red. HEX triplet: BA, 07 and 7C. RGB value is (186,7,124). Sum of RGB (Red+Green+Blue) = 186+7+124=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA077C is #45F883. Grayscale: #494949. Windows color (decimal): -4585604 or 8128442. OLE color: 8128442.

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

Color convert

RGB 186 7 124 -
CMYK 0 0.96 0.33 0.27
HSL 320.78º 0.93% 0.38% -
HSV(B) 320.78º 0.96% 0.73% -
XYZ 23.96 12.05 20.13 -
YUV 73.86 156.3 207.99 -
System Red Green Blue C M Y K H S L
Decimal 186 7 124 0 0.96 0.33 0.27 320.78 0.93 0.38
Hex BA 7 7C 0 60 21 1B 141 5D 26
Octal 272 7 174 0 140 41 33 501 135 46
Binary 10111010 111 1111100 0 1100000 100001 11011 101000001 1011101 100110

Color Harmonies of #BA077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA077C

Black with #BA077C

Text Example


Text Example

White with #BA077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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