Html Css Color HEX #BC2080 Medium Violet Red

📋 copy color: '#BC2080'

red 188 ◦ green 32 ◦ blue 128

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

Shades of Medium Violet Red #BC2080

Tints of Medium Violet Red #BC2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 54.02%
G = 9.2%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC2080 (or 0xBC2080) is known color: Medium Violet Red. HEX triplet: BC, 20 and 80. RGB value is (188,32,128). Sum of RGB (Red+Green+Blue) = 188+32+128=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2080 is #43DF7F. Grayscale: #595959. Windows color (decimal): -4448128 or 8396988. OLE color: 8396988.

HSL color Cylindrical-coordinate representation of color #BC2080: hue angle of 323.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2080 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 128 -
CMYK 0 0.83 0.32 0.26
HSL 323.08º 0.71% 0.43% -
HSV(B) 323.08º 0.83% 0.74% -
XYZ 25.15 13.28 21.66 -
YUV 89.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 188 32 128 0 0.83 0.32 0.26 323.08 0.71 0.43
Hex BC 20 80 0 53 20 1A 143 47 2B
Octal 274 40 200 0 123 40 32 503 107 53
Binary 10111100 100000 10000000 0 1010011 100000 11010 101000011 1000111 101011

Color Harmonies of #BC2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2080

Black with #BC2080

Text Example


Text Example

White with #BC2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2080; }

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

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

background-color css

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

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

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

border-color css

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

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

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