#BC027C

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

Shades of Medium Violet Red #BC027C

Tints of Medium Violet Red #BC027C

Color information

#BC027C (or 0xBC027C) is unknown color: approx Medium Violet Red. HEX triplet: BC, 02 and 7C. RGB value is (188,2,124). Sum of RGB (Red+Green+Blue) = 188+2+124=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC027C is #43FD83. Grayscale: #474747. Windows color (decimal): -4455812 or 8127164. OLE color: 8127164.

HSL color Cylindrical-coordinate representation of color #BC027C: hue angle of 320.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC027C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB1882124-
CMYK00.990.340.26
HSL320.65º97.89%37.25%-
HSV(B)320.65º98.94%73.73%-
XYZ24.412.1920.14-
YUV71.52157.62211.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=59.87%
G=0.64%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188212400.990.340.26320.6597.8937.25
HexBC27C063221A1416225
Octal27421740143423250114245
Binary1011110010111110001100011100010110101010000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC027C; }

 p { color: rgb(188,2,124); }

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

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

 a { background-color: rgb(188,2,124); }

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

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

 span { border-color: rgb(188,2,124); }

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