#BC0E88

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

Shades of Medium Violet Red #BC0E88

Tints of Medium Violet Red #BC0E88

Color information

#BC0E88 (or 0xBC0E88) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0E and 88. RGB value is (188,14,136). Sum of RGB (Red+Green+Blue) = 188+14+136=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0E88 is #43F177. Grayscale: #4F4F4F. Windows color (decimal): -4452728 or 8916668. OLE color: 8916668.

HSL color Cylindrical-coordinate representation of color #BC0E88: hue angle of 317.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E88 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18814136-
CMYK00.930.280.26
HSL317.93º86.14%39.61%-
HSV(B)317.93º92.55%73.73%-
XYZ25.3412.7824.42-
YUV79.93159.65205.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.62%
GREEN value IS 14 (5.86% from 255) = 4.14%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=55.62%
G=4.14%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881413600.930.280.26317.9386.1439.61
HexBCE8805D1C1A13e5628
Octal274162100135343247612650
Binary101111001110100010000101110111100110101001111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E88; }

 p { color: rgb(188,14,136); }

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

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

 a { background-color: rgb(188,14,136); }

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

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

 span { border-color: rgb(188,14,136); }

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