Html Css Color HEX #BA1776 Medium Violet Red

📋 copy color: '#BA1776'

red 186 ◦ green 23 ◦ blue 118

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

Shades of Medium Violet Red #BA1776

Tints of Medium Violet Red #BA1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

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

R = 56.88%
G = 7.03%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1776 (or 0xBA1776) is known color: Medium Violet Red. HEX triplet: BA, 17 and 76. RGB value is (186,23,118). Sum of RGB (Red+Green+Blue) = 186+23+118=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1776 is #45E889. Grayscale: #525252. Windows color (decimal): -4581514 or 7739322. OLE color: 7739322.

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

Color convert

RGB 186 23 118 -
CMYK 0 0.88 0.37 0.27
HSL 325.03º 0.78% 0.41% -
HSV(B) 325.03º 0.88% 0.73% -
XYZ 23.83 12.36 18.27 -
YUV 82.57 148 201.78 -
System Red Green Blue C M Y K H S L
Decimal 186 23 118 0 0.88 0.37 0.27 325.03 0.78 0.41
Hex BA 17 76 0 58 25 1B 145 4E 29
Octal 272 27 166 0 130 45 33 505 116 51
Binary 10111010 10111 1110110 0 1011000 100101 11011 101000101 1001110 101001

Color Harmonies of #BA1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1776

Black with #BA1776

Text Example


Text Example

White with #BA1776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1776; }

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

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

background-color css

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

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

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

border-color css

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

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

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