#BC0772

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

Shades of Medium Violet Red #BC0772

Tints of Medium Violet Red #BC0772

Color information

#BC0772 (or 0xBC0772) is unknown color: approx Medium Violet Red. HEX triplet: BC, 07 and 72. RGB value is (188,7,114). Sum of RGB (Red+Green+Blue) = 188+7+114=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0772 is #43F88D. Grayscale: #494949. Windows color (decimal): -4454542 or 7473084. OLE color: 7473084.

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

Color convert

RGB1887114-
CMYK00.960.390.26
HSL324.53º92.82%38.24%-
HSV(B)324.53º96.28%73.73%-
XYZ23.8512.0616.99-
YUV73.32150.97209.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=60.84%
G=2.27%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188711400.960.390.26324.5392.8238.24
HexBC772060271A1455d26
Octal27471620140473250513546
Binary10111100111111001001100000100111110101010001011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0772; }

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

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

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

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

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

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

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

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