#BC2D72

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

Shades of Medium Red Violet #BC2D72

Tints of Medium Red Violet #BC2D72

Color information

#BC2D72 (or 0xBC2D72) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2D and 72. RGB value is (188,45,114). Sum of RGB (Red+Green+Blue) = 188+45+114=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D72 is #43D28D. Grayscale: #5F5F5F. Windows color (decimal): -4444814 or 7482812. OLE color: 7482812.

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

Color convert

RGB18845114-
CMYK00.760.390.26
HSL331.05º61.37%45.69%-
HSV(B)331.05º76.06%73.73%-
XYZ24.7113.7817.28-
YUV95.62138.38193.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=54.18%
G=12.97%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884511400.760.390.26331.0561.3745.69
HexBC2D7204C271A14b3d2e
Octal27455162011447325137556
Binary1011110010110111100100100110010011111010101001011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D72; }

 p { color: rgb(188,45,114); }

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

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

 a { background-color: rgb(188,45,114); }

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

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

 span { border-color: rgb(188,45,114); }

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