Html Css Color HEX #BA0776 Medium Violet Red

📋 copy color: '#BA0776'

red 186 ◦ green 7 ◦ blue 118

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

Shades of Medium Violet Red #BA0776

Tints of Medium Violet Red #BA0776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 59.81%
G = 2.25%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA0776 (or 0xBA0776) is known color: Medium Violet Red. HEX triplet: BA, 07 and 76. RGB value is (186,7,118). Sum of RGB (Red+Green+Blue) = 186+7+118=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0776 is #45F889. Grayscale: #484848. Windows color (decimal): -4585610 or 7735226. OLE color: 7735226.

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

Color convert

RGB 186 7 118 -
CMYK 0 0.96 0.37 0.27
HSL 322.79º 0.93% 0.38% -
HSV(B) 322.79º 0.96% 0.73% -
XYZ 23.6 11.9 18.19 -
YUV 73.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 186 7 118 0 0.96 0.37 0.27 322.79 0.93 0.38
Hex BA 7 76 0 60 25 1B 143 5D 26
Octal 272 7 166 0 140 45 33 503 135 46
Binary 10111010 111 1110110 0 1100000 100101 11011 101000011 1011101 100110

Color Harmonies of #BA0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0776

Black with #BA0776

Text Example


Text Example

White with #BA0776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0776; }

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

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

background-color css

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

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

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

border-color css

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

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

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