#BC147D

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

Shades of Medium Violet Red #BC147D

Tints of Medium Violet Red #BC147D

Color information

#BC147D (or 0xBC147D) is unknown color: approx Medium Violet Red. HEX triplet: BC, 14 and 7D. RGB value is (188,20,125). Sum of RGB (Red+Green+Blue) = 188+20+125=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC147D is #43EB82. Grayscale: #515151. Windows color (decimal): -4451203 or 8197308. OLE color: 8197308.

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

Color convert

RGB18820125-
CMYK00.890.340.26
HSL322.5º80.77%40.78%-
HSV(B)322.5º89.36%73.73%-
XYZ24.6912.6720.55-
YUV82.2152.16203.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 20 (8.20% from 255) = 6.01%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=56.46%
G=6.01%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882012500.890.340.26322.580.7740.78
HexBC147D059221A1425129
Octal274241750131423250212151
Binary1011110010100111110101011001100010110101010000101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC147D; }

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

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

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

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

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

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

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

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