#BC2D7F

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

Shades of Medium Red Violet #BC2D7F

Tints of Medium Red Violet #BC2D7F

Color information

#BC2D7F (or 0xBC2D7F) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2D and 7F. RGB value is (188,45,127). Sum of RGB (Red+Green+Blue) = 188+45+127=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D7F is #43D280. Grayscale: #606060. Windows color (decimal): -4444801 or 8334780. OLE color: 8334780.

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

Color convert

RGB18845127-
CMYK00.760.320.26
HSL325.59º61.37%45.69%-
HSV(B)325.59º76.06%73.73%-
XYZ25.5114.121.46-
YUV97.1144.88192.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 127 (50% from 255) = 35.28%
R=52.22%
G=12.5%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884512700.760.320.26325.5961.3745.69
HexBC2D7F04C201A1463d2e
Octal27455177011440325067556
Binary1011110010110111111110100110010000011010101000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D7F; }

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

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

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

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

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

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

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

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