#BC2F80

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

Shades of Medium Red Violet #BC2F80

Tints of Medium Red Violet #BC2F80

Color information

#BC2F80 (or 0xBC2F80) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2F and 80. RGB value is (188,47,128). Sum of RGB (Red+Green+Blue) = 188+47+128=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F80 is #43D07F. Grayscale: #626262. Windows color (decimal): -4444288 or 8400828. OLE color: 8400828.

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

Color convert

RGB18847128-
CMYK00.750.320.26
HSL325.53º60%46.08%-
HSV(B)325.53º75%73.73%-
XYZ25.6514.2821.83-
YUV98.39144.71191.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 47 (18.75% from 255) = 12.95%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=51.79%
G=12.95%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884712800.750.320.26325.536046.08
HexBC2F8004B201A1463c2e
Octal27457200011340325067456
Binary10111100101111100000000100101110000011010101000110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2F80; }

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

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

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

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

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

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

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

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