Html Css Color HEX #BA079E Medium Violet Red

📋 copy color: '#BA079E'

red 186 ◦ green 7 ◦ blue 158

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

Shades of Medium Violet Red #BA079E

Tints of Medium Violet Red #BA079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.01%

R = 52.99%
G = 1.99%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA079E (or 0xBA079E) is known color: Medium Violet Red. HEX triplet: BA, 07 and 9E. RGB value is (186,7,158). Sum of RGB (Red+Green+Blue) = 186+7+158=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA079E is #45F861. Grayscale: #4D4D4D. Windows color (decimal): -4585570 or 10356666. OLE color: 10356666.

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

Color convert

RGB 186 7 158 -
CMYK 0 0.96 0.15 0.27
HSL 309.39º 0.93% 0.38% -
HSV(B) 309.39º 0.96% 0.73% -
XYZ 26.5 13.06 33.47 -
YUV 77.74 173.3 205.22 -
System Red Green Blue C M Y K H S L
Decimal 186 7 158 0 0.96 0.15 0.27 309.39 0.93 0.38
Hex BA 7 9E 0 60 F 1B 135 5D 26
Octal 272 7 236 0 140 17 33 465 135 46
Binary 10111010 111 10011110 0 1100000 1111 11011 100110101 1011101 100110

Color Harmonies of #BA079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA079E

Black with #BA079E

Text Example


Text Example

White with #BA079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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