#BC2D7E

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

Shades of Medium Red Violet #BC2D7E

Tints of Medium Red Violet #BC2D7E

Color information

#BC2D7E (or 0xBC2D7E) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2D and 7E. RGB value is (188,45,126). Sum of RGB (Red+Green+Blue) = 188+45+126=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D7E is #43D281. Grayscale: #606060. Windows color (decimal): -4444802 or 8269244. OLE color: 8269244.

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

Color convert

RGB18845126-
CMYK00.760.330.26
HSL326.01º61.37%45.69%-
HSV(B)326.01º76.06%73.73%-
XYZ25.4414.0721.11-
YUV96.99144.38192.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 45 (17.97% from 255) = 12.53%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=52.37%
G=12.53%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884512600.760.330.26326.0161.3745.69
HexBC2D7E04C211A1463d2e
Octal27455176011441325067556
Binary1011110010110111111100100110010000111010101000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D7E; }

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

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

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

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

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

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

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

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