Html Css Color HEX #BC2980 Medium Red Violet

📋 copy color: '#BC2980'

red 188 ◦ green 41 ◦ blue 128

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

Shades of Medium Red Violet #BC2980

Tints of Medium Red Violet #BC2980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 52.66%
G = 11.48%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC2980 (or 0xBC2980) is known color: Medium Red Violet. HEX triplet: BC, 29 and 80. RGB value is (188,41,128). Sum of RGB (Red+Green+Blue) = 188+41+128=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2980 is #43D67F. Grayscale: #5E5E5E. Windows color (decimal): -4445824 or 8399292. OLE color: 8399292.

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

Color convert

RGB 188 41 128 -
CMYK 0 0.78 0.32 0.26
HSL 324.49º 0.64% 0.45% -
HSV(B) 324.49º 0.78% 0.74% -
XYZ 25.43 13.84 21.75 -
YUV 94.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 188 41 128 0 0.78 0.32 0.26 324.49 0.64 0.45
Hex BC 29 80 0 4E 20 1A 144 40 2D
Octal 274 51 200 0 116 40 32 504 100 55
Binary 10111100 101001 10000000 0 1001110 100000 11010 101000100 1000000 101101

Color Harmonies of #BC2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2980

Black with #BC2980

Text Example


Text Example

White with #BC2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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