#BC0192

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

Shades of Medium Violet Red #BC0192

Tints of Medium Violet Red #BC0192

Color information

#BC0192 (or 0xBC0192) is unknown color: approx Medium Violet Red. HEX triplet: BC, 01 and 92. RGB value is (188,1,146). Sum of RGB (Red+Green+Blue) = 188+1+146=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0192 is #43FE6D. Grayscale: #494949. Windows color (decimal): -4456046 or 9568700. OLE color: 9568700.

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

Color convert

RGB1881146-
CMYK00.990.220.26
HSL313.48º98.94%37.06%-
HSV(B)313.48º99.47%73.73%-
XYZ25.9412.7928.3-
YUV73.44168.95209.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=56.12%
G=0.30%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188114600.990.220.26313.4898.9437.06
HexBC192063161A1396325
Octal27412220143263247114345
Binary101111001100100100110001110110110101001110011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0192; }

 p { color: rgb(188,1,146); }

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

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

 a { background-color: rgb(188,1,146); }

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

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

 span { border-color: rgb(188,1,146); }

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