Html Css Color HEX #BA0772 Medium Violet Red

📋 copy color: '#BA0772'

red 186 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #BA0772

Tints of Medium Violet Red #BA0772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 60.59%
G = 2.28%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0772 (or 0xBA0772) is known color: Medium Violet Red. HEX triplet: BA, 07 and 72. RGB value is (186,7,114). Sum of RGB (Red+Green+Blue) = 186+7+114=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0772 is #45F88D. Grayscale: #484848. Windows color (decimal): -4585614 or 7473082. OLE color: 7473082.

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

Color convert

RGB 186 7 114 -
CMYK 0 0.96 0.39 0.27
HSL 324.13º 0.93% 0.38% -
HSV(B) 324.13º 0.96% 0.73% -
XYZ 23.36 11.81 16.97 -
YUV 72.72 151.3 208.8 -
System Red Green Blue C M Y K H S L
Decimal 186 7 114 0 0.96 0.39 0.27 324.13 0.93 0.38
Hex BA 7 72 0 60 27 1B 144 5D 26
Octal 272 7 162 0 140 47 33 504 135 46
Binary 10111010 111 1110010 0 1100000 100111 11011 101000100 1011101 100110

Color Harmonies of #BA0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0772

Black with #BA0772

Text Example


Text Example

White with #BA0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0772; }

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

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

background-color css

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

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

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

border-color css

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

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

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