Html Css Color HEX #BA1C76 Medium Violet Red

📋 copy color: '#BA1C76'

red 186 ◦ green 28 ◦ blue 118

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

Shades of Medium Violet Red #BA1C76

Tints of Medium Violet Red #BA1C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.43%

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

R = 56.02%
G = 8.43%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1C76 (or 0xBA1C76) is known color: Medium Violet Red. HEX triplet: BA, 1C and 76. RGB value is (186,28,118). Sum of RGB (Red+Green+Blue) = 186+28+118=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C76 is #45E389. Grayscale: #555555. Windows color (decimal): -4580234 or 7740602. OLE color: 7740602.

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

Color convert

RGB 186 28 118 -
CMYK 0 0.85 0.37 0.27
HSL 325.82º 0.74% 0.42% -
HSV(B) 325.82º 0.85% 0.73% -
XYZ 23.93 12.58 18.31 -
YUV 85.5 146.35 199.68 -
System Red Green Blue C M Y K H S L
Decimal 186 28 118 0 0.85 0.37 0.27 325.82 0.74 0.42
Hex BA 1C 76 0 55 25 1B 146 4A 2A
Octal 272 34 166 0 125 45 33 506 112 52
Binary 10111010 11100 1110110 0 1010101 100101 11011 101000110 1001010 101010

Color Harmonies of #BA1C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C76

Black with #BA1C76

Text Example


Text Example

White with #BA1C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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