Html Css Color HEX #BA077E Medium Violet Red

📋 copy color: '#BA077E'

red 186 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #BA077E

Tints of Medium Violet Red #BA077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 58.31%
G = 2.19%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA077E (or 0xBA077E) is known color: Medium Violet Red. HEX triplet: BA, 07 and 7E. RGB value is (186,7,126). Sum of RGB (Red+Green+Blue) = 186+7+126=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA077E is #45F881. Grayscale: #494949. Windows color (decimal): -4585602 or 8259514. OLE color: 8259514.

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

Color convert

RGB 186 7 126 -
CMYK 0 0.96 0.32 0.27
HSL 320.11º 0.93% 0.38% -
HSV(B) 320.11º 0.96% 0.73% -
XYZ 24.09 12.1 20.8 -
YUV 74.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 186 7 126 0 0.96 0.32 0.27 320.11 0.93 0.38
Hex BA 7 7E 0 60 20 1B 140 5D 26
Octal 272 7 176 0 140 40 33 500 135 46
Binary 10111010 111 1111110 0 1100000 100000 11011 101000000 1011101 100110

Color Harmonies of #BA077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA077E

Black with #BA077E

Text Example


Text Example

White with #BA077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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