Html Css Color HEX #BC2977 Medium Red Violet

📋 copy color: '#BC2977'

red 188 ◦ green 41 ◦ blue 119

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

Shades of Medium Red Violet #BC2977

Tints of Medium Red Violet #BC2977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 54.02%
G = 11.78%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC2977 (or 0xBC2977) is known color: Medium Red Violet. HEX triplet: BC, 29 and 77. RGB value is (188,41,119). Sum of RGB (Red+Green+Blue) = 188+41+119=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2977 is #43D688. Grayscale: #5D5D5D. Windows color (decimal): -4445833 or 7809468. OLE color: 7809468.

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

Color convert

RGB 188 41 119 -
CMYK 0 0.78 0.37 0.26
HSL 328.16º 0.64% 0.45% -
HSV(B) 328.16º 0.78% 0.74% -
XYZ 24.86 13.61 18.77 -
YUV 93.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 188 41 119 0 0.78 0.37 0.26 328.16 0.64 0.45
Hex BC 29 77 0 4E 25 1A 148 40 2D
Octal 274 51 167 0 116 45 32 510 100 55
Binary 10111100 101001 1110111 0 1001110 100101 11010 101001000 1000000 101101

Color Harmonies of #BC2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2977

Black with #BC2977

Text Example


Text Example

White with #BC2977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2977; }

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

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

background-color css

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

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

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

border-color css

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

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

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