#BC1D9E

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

Shades of Medium Violet Red #BC1D9E

Tints of Medium Violet Red #BC1D9E

Color information

#BC1D9E (or 0xBC1D9E) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1D and 9E. RGB value is (188,29,158). Sum of RGB (Red+Green+Blue) = 188+29+158=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D9E is #43E261. Grayscale: #5A5A5A. Windows color (decimal): -4448866 or 10362300. OLE color: 10362300.

HSL color Cylindrical-coordinate representation of color #BC1D9E: hue angle of 311.32º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D9E is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18829158-
CMYK00.850.160.26
HSL311.32º73.27%42.55%-
HSV(B)311.32º84.57%73.73%-
XYZ27.3514.0433.62-
YUV91.25165.68197.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 29 (11.72% from 255) = 7.73%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=50.13%
G=7.73%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882915800.850.160.26311.3273.2742.55
HexBC1D9E055101A137492b
Octal274352360125203246711153
Binary1011110011101100111100101010110000110101001101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D9E; }

 p { color: rgb(188,29,158); }

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

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

 a { background-color: rgb(188,29,158); }

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

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

 span { border-color: rgb(188,29,158); }

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