#bc2d99

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

Shades of Medium Red Violet #BC2D99

Tints of Medium Red Violet #BC2D99

Color information

#BC2D99 (or 0xBC2D99) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2D and 99. RGB value is (188,45,153). Sum of RGB (Red+Green+Blue) = 188+45+153=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2D99 is #43D266. Grayscale: #636363. Windows color (decimal): -4444775 or 10038716. OLE color: 10038716.

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

Color convert

RGB18845153-
CMYK00.760.190.26
HSL314.69º61.37%45.69%-
HSV(B)314.69º76.06%73.73%-
XYZ27.4314.8731.56-
YUV100.07157.88190.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 45 (17.97% from 255) = 11.66%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=48.70%
G=11.66%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884515300.760.190.26314.6961.3745.69
HexBC2D9904C131A13b3d2e
Octal27455231011423324737556
Binary1011110010110110011001010011001001111010100111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc2d99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc2d99; }

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

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

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

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

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

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

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

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