#BC297B

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

Shades of Medium Red Violet #BC297B

Tints of Medium Red Violet #BC297B

Color information

#BC297B (or 0xBC297B) is unknown color: approx Medium Red Violet. HEX triplet: BC, 29 and 7B. RGB value is (188,41,123). Sum of RGB (Red+Green+Blue) = 188+41+123=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC297B is #43D684. Grayscale: #5E5E5E. Windows color (decimal): -4445829 or 8071612. OLE color: 8071612.

HSL color Cylindrical-coordinate representation of color #BC297B: hue angle of 326.53º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC297B is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18841123-
CMYK00.780.350.26
HSL326.53º64.19%44.9%-
HSV(B)326.53º78.19%73.73%-
XYZ25.1113.7120.06-
YUV94.3144.2194.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 41 (16.41% from 255) = 11.65%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=53.41%
G=11.65%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884112300.780.350.26326.5364.1944.9
HexBC297B04E231A147402d
Octal274511730116433250710055
Binary10111100101001111101101001110100011110101010001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC297B; }

 p { color: rgb(188,41,123); }

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

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

 a { background-color: rgb(188,41,123); }

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

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

 span { border-color: rgb(188,41,123); }

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