Html Css Color HEX #BC2974 Medium Red Violet

📋 copy color: '#BC2974'

red 188 ◦ green 41 ◦ blue 116

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

Shades of Medium Red Violet #BC2974

Tints of Medium Red Violet #BC2974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

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

R = 54.49%
G = 11.88%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC2974 (or 0xBC2974) is known color: Medium Red Violet. HEX triplet: BC, 29 and 74. RGB value is (188,41,116). Sum of RGB (Red+Green+Blue) = 188+41+116=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2974 is #43D68B. Grayscale: #5D5D5D. Windows color (decimal): -4445836 or 7612860. OLE color: 7612860.

HSL color Cylindrical-coordinate representation of color #BC2974: hue angle of 329.39º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2974 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 116 -
CMYK 0 0.78 0.38 0.26
HSL 329.39º 0.64% 0.45% -
HSV(B) 329.39º 0.78% 0.74% -
XYZ 24.68 13.54 17.84 -
YUV 93.5 140.7 195.4 -
System Red Green Blue C M Y K H S L
Decimal 188 41 116 0 0.78 0.38 0.26 329.39 0.64 0.45
Hex BC 29 74 0 4E 26 1A 149 40 2D
Octal 274 51 164 0 116 46 32 511 100 55
Binary 10111100 101001 1110100 0 1001110 100110 11010 101001001 1000000 101101

Color Harmonies of #BC2974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2974

Black with #BC2974

Text Example


Text Example

White with #BC2974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2974; }

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

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

background-color css

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

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

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

border-color css

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

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

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