Html Css Color HEX #BC1979 Medium Violet Red

📋 copy color: '#BC1979'

red 188 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #BC1979

Tints of Medium Violet Red #BC1979

RGB

 RED value IS 188 (73.83% from 255) = 56.29%

 GREEN value IS 25 (10.16% from 255) = 7.49%

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 56.29%
G = 7.49%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC1979 (or 0xBC1979) is known color: Medium Violet Red. HEX triplet: BC, 19 and 79. RGB value is (188,25,121). Sum of RGB (Red+Green+Blue) = 188+25+121=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1979 is #43E686. Grayscale: #545454. Windows color (decimal): -4449927 or 7936444. OLE color: 7936444.

HSL color Cylindrical-coordinate representation of color #BC1979: hue angle of 324.66º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1979 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 121 -
CMYK 0 0.87 0.36 0.26
HSL 324.66º 0.77% 0.42% -
HSV(B) 324.66º 0.87% 0.74% -
XYZ 24.54 12.77 19.26 -
YUV 84.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 188 25 121 0 0.87 0.36 0.26 324.66 0.77 0.42
Hex BC 19 79 0 57 24 1A 145 4D 2A
Octal 274 31 171 0 127 44 32 505 115 52
Binary 10111100 11001 1111001 0 1010111 100100 11010 101000101 1001101 101010

Color Harmonies of #BC1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1979

Black with #BC1979

Text Example


Text Example

White with #BC1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1979; }

 p { color: rgb(188,25,121); }

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

background-color css

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

 a { background-color: rgb(188,25,121); }

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

border-color css

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

 span { border-color: rgb(188,25,121); }

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