#BC2B80

Color #BC2B80 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BC2B80

Tints of Medium Red Violet #BC2B80

Color information

#BC2B80 (or 0xBC2B80) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2B and 80. RGB value is (188,43,128). Sum of RGB (Red+Green+Blue) = 188+43+128=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2B80 is #43D47F. Grayscale: #5F5F5F. Windows color (decimal): -4445312 or 8399804. OLE color: 8399804.

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

Color convert

RGB18843128-
CMYK00.770.320.26
HSL324.83º62.77%45.29%-
HSV(B)324.83º77.13%73.73%-
XYZ25.513.9821.78-
YUV96.04146.04193.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 43 (17.19% from 255) = 11.98%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=52.37%
G=11.98%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884312800.770.320.26324.8362.7745.29
HexBC2B8004D201A1453f2d
Octal27453200011540325057755
Binary10111100101011100000000100110110000011010101000101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2B80; }

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

 H1.HeaderClassName
 {
   color: #BC2B80;
 }
 .AnyTagClassName
 {
   color: #BC2B80;
 }
</style>
background-color css

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

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

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

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

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

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