Html Css Color HEX #BC1976 Medium Violet Red

📋 copy color: '#BC1976'

red 188 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #BC1976

Tints of Medium Violet Red #BC1976

RGB

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

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

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

R = 56.8%
G = 7.55%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC1976 (or 0xBC1976) is known color: Medium Violet Red. HEX triplet: BC, 19 and 76. RGB value is (188,25,118). Sum of RGB (Red+Green+Blue) = 188+25+118=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1976 is #43E689. Grayscale: #545454. Windows color (decimal): -4449930 or 7739836. OLE color: 7739836.

HSL color Cylindrical-coordinate representation of color #BC1976: hue angle of 325.77º 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 #BC1976 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 118 -
CMYK 0 0.87 0.37 0.26
HSL 325.77º 0.77% 0.42% -
HSV(B) 325.77º 0.87% 0.74% -
XYZ 24.36 12.69 18.31 -
YUV 84.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 188 25 118 0 0.87 0.37 0.26 325.77 0.77 0.42
Hex BC 19 76 0 57 25 1A 146 4D 2A
Octal 274 31 166 0 127 45 32 506 115 52
Binary 10111100 11001 1110110 0 1010111 100101 11010 101000110 1001101 101010

Color Harmonies of #BC1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1976

Black with #BC1976

Text Example


Text Example

White with #BC1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1976; }

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

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

background-color css

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

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

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

border-color css

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

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

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