Html Css Color HEX #BA077F Medium Violet Red

📋 copy color: '#BA077F'

red 186 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #BA077F

Tints of Medium Violet Red #BA077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 58.13%
G = 2.19%
B = 39.69%

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

#BA077F (or 0xBA077F) is known color: Medium Violet Red. HEX triplet: BA, 07 and 7F. RGB value is (186,7,127). Sum of RGB (Red+Green+Blue) = 186+7+127=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA077F is #45F880. Grayscale: #494949. Windows color (decimal): -4585601 or 8325050. OLE color: 8325050.

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

Color convert

RGB 186 7 127 -
CMYK 0 0.96 0.32 0.27
HSL 319.78º 0.93% 0.38% -
HSV(B) 319.78º 0.96% 0.73% -
XYZ 24.16 12.12 21.15 -
YUV 74.2 157.8 207.74 -
System Red Green Blue C M Y K H S L
Decimal 186 7 127 0 0.96 0.32 0.27 319.78 0.93 0.38
Hex BA 7 7F 0 60 20 1B 140 5D 26
Octal 272 7 177 0 140 40 33 500 135 46
Binary 10111010 111 1111111 0 1100000 100000 11011 101000000 1011101 100110

Color Harmonies of #BA077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA077F

Black with #BA077F

Text Example


Text Example

White with #BA077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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