#BC299C

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

Shades of Medium Red Violet #BC299C

Tints of Medium Red Violet #BC299C

Color information

#BC299C (or 0xBC299C) is unknown color: approx Medium Red Violet. HEX triplet: BC, 29 and 9C. RGB value is (188,41,156). Sum of RGB (Red+Green+Blue) = 188+41+156=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC299C is #43D663. Grayscale: #616161. Windows color (decimal): -4445796 or 10234300. OLE color: 10234300.

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

Color convert

RGB18841156-
CMYK00.780.170.26
HSL313.06º64.19%44.9%-
HSV(B)313.06º78.19%73.73%-
XYZ27.5314.6832.83-
YUV98.06160.7192.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=48.83%
G=10.65%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884115600.780.170.26313.0664.1944.9
HexBC299C04E111A139402d
Octal274512340116213247110055
Binary10111100101001100111000100111010001110101001110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC299C; }

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

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

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

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

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

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

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

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