#bc2092

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

Shades of Medium Violet Red #BC2092

Tints of Medium Violet Red #BC2092

Color information

#BC2092 (or 0xBC2092) is unknown color: approx Medium Violet Red. HEX triplet: BC, 20 and 92. RGB value is (188,32,146). Sum of RGB (Red+Green+Blue) = 188+32+146=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2092 is #43DF6D. Grayscale: #5B5B5B. Windows color (decimal): -4448110 or 9576636. OLE color: 9576636.

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

Color convert

RGB18832146-
CMYK00.830.220.26
HSL316.15º70.91%43.14%-
HSV(B)316.15º82.98%73.73%-
XYZ26.4413.828.46-
YUV91.64158.68196.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 32 (12.89% from 255) = 8.74%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=51.37%
G=8.74%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883214600.830.220.26316.1570.9143.14
HexBC2092053161A13c472b
Octal274402220123263247410753
Binary10111100100000100100100101001110110110101001111001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc2092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc2092; }

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

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

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

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

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

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

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

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