Html Css Color HEX #BC1974 Medium Violet Red

📋 copy color: '#BC1974'

red 188 ◦ green 25 ◦ blue 116

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

Shades of Medium Violet Red #BC1974

Tints of Medium Violet Red #BC1974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 57.14%
G = 7.6%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC1974 (or 0xBC1974) is known color: Medium Violet Red. HEX triplet: BC, 19 and 74. RGB value is (188,25,116). Sum of RGB (Red+Green+Blue) = 188+25+116=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1974 is #43E68B. Grayscale: #535353. Windows color (decimal): -4449932 or 7608764. OLE color: 7608764.

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

Color convert

RGB 188 25 116 -
CMYK 0 0.87 0.38 0.26
HSL 326.5º 0.77% 0.42% -
HSV(B) 326.5º 0.87% 0.74% -
XYZ 24.24 12.65 17.69 -
YUV 84.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 188 25 116 0 0.87 0.38 0.26 326.5 0.77 0.42
Hex BC 19 74 0 57 26 1A 147 4D 2A
Octal 274 31 164 0 127 46 32 507 115 52
Binary 10111100 11001 1110100 0 1010111 100110 11010 101000111 1001101 101010

Color Harmonies of #BC1974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1974

Black with #BC1974

Text Example


Text Example

White with #BC1974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1974; }

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

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

background-color css

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

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

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

border-color css

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

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

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