#BC027D

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

Shades of Medium Violet Red #BC027D

Tints of Medium Violet Red #BC027D

Color information

#BC027D (or 0xBC027D) is unknown color: approx Medium Violet Red. HEX triplet: BC, 02 and 7D. RGB value is (188,2,125). Sum of RGB (Red+Green+Blue) = 188+2+125=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC027D is #43FD82. Grayscale: #474747. Windows color (decimal): -4455811 or 8192700. OLE color: 8192700.

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

Color convert

RGB1882125-
CMYK00.990.340.26
HSL320.32º97.89%37.25%-
HSV(B)320.32º98.94%73.73%-
XYZ24.4612.2220.47-
YUV71.64158.12211-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=59.68%
G=0.63%
B=39.68%

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
Decimal188212500.990.340.26320.3297.8937.25
HexBC27D063221A1406225
Octal27421750143423250014245
Binary1011110010111110101100011100010110101010000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC027D; }

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

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

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

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

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

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

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

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