Html Css Color HEX #BA0177 Medium Violet Red

📋 copy color: '#BA0177'

red 186 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #BA0177

Tints of Medium Violet Red #BA0177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 60.78%
G = 0.33%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA0177 (or 0xBA0177) is known color: Medium Violet Red. HEX triplet: BA, 01 and 77. RGB value is (186,1,119). Sum of RGB (Red+Green+Blue) = 186+1+119=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0177 is #45FE88. Grayscale: #454545. Windows color (decimal): -4587145 or 7799226. OLE color: 7799226.

HSL color Cylindrical-coordinate representation of color #BA0177: hue angle of 321.73º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0177 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 119 -
CMYK 0 0.99 0.36 0.27
HSL 321.73º 0.99% 0.37% -
HSV(B) 321.73º 0.99% 0.73% -
XYZ 23.59 11.79 18.49 -
YUV 69.77 155.79 210.91 -
System Red Green Blue C M Y K H S L
Decimal 186 1 119 0 0.99 0.36 0.27 321.73 0.99 0.37
Hex BA 1 77 0 63 24 1B 142 63 25
Octal 272 1 167 0 143 44 33 502 143 45
Binary 10111010 1 1110111 0 1100011 100100 11011 101000010 1100011 100101

Color Harmonies of #BA0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0177

Black with #BA0177

Text Example


Text Example

White with #BA0177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0177; }

 p { color: rgb(186,1,119); }

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

background-color css

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

 a { background-color: rgb(186,1,119); }

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

border-color css

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

 span { border-color: rgb(186,1,119); }

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