#BC078C

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

Shades of Medium Violet Red #BC078C

Tints of Medium Violet Red #BC078C

Color information

#BC078C (or 0xBC078C) is unknown color: approx Medium Violet Red. HEX triplet: BC, 07 and 8C. RGB value is (188,7,140). Sum of RGB (Red+Green+Blue) = 188+7+140=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC078C is #43F873. Grayscale: #4B4B4B. Windows color (decimal): -4454516 or 9177020. OLE color: 9177020.

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

Color convert

RGB1887140-
CMYK00.960.260.26
HSL315.91º92.82%38.24%-
HSV(B)315.91º96.28%73.73%-
XYZ25.5512.7425.92-
YUV76.28163.97207.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 7 (3.12% from 255) = 2.09%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=56.12%
G=2.09%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188714000.960.260.26315.9192.8238.24
HexBC78C0601A1A13c5d26
Octal27472140140323247413546
Binary10111100111100011000110000011010110101001111001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC078C; }

 p { color: rgb(188,7,140); }

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

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

 a { background-color: rgb(188,7,140); }

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

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

 span { border-color: rgb(188,7,140); }

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