#BC288B

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

Shades of Medium Red Violet #BC288B

Tints of Medium Red Violet #BC288B

Color information

#BC288B (or 0xBC288B) is unknown color: approx Medium Red Violet. HEX triplet: BC, 28 and 8B. RGB value is (188,40,139). Sum of RGB (Red+Green+Blue) = 188+40+139=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC288B is #43D774. Grayscale: #5F5F5F. Windows color (decimal): -4446069 or 9119932. OLE color: 9119932.

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

Color convert

RGB18840139-
CMYK00.790.260.26
HSL319.86º64.91%44.71%-
HSV(B)319.86º78.72%73.73%-
XYZ26.1614.0725.76-
YUV95.54152.53193.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 40 (16.02% from 255) = 10.90%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=51.23%
G=10.90%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884013900.790.260.26319.8664.9144.71
HexBC288B04F1A1A140412d
Octal274502130117323250010155
Binary10111100101000100010110100111111010110101010000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC288B; }

 p { color: rgb(188,40,139); }

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

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

 a { background-color: rgb(188,40,139); }

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

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

 span { border-color: rgb(188,40,139); }

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