#BC2B89

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

Shades of Medium Red Violet #BC2B89

Tints of Medium Red Violet #BC2B89

Color information

#BC2B89 (or 0xBC2B89) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2B and 89. RGB value is (188,43,137). Sum of RGB (Red+Green+Blue) = 188+43+137=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2B89 is #43D476. Grayscale: #606060. Windows color (decimal): -4445303 or 8989628. OLE color: 8989628.

HSL color Cylindrical-coordinate representation of color #BC2B89: hue angle of 321.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B89 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18843137-
CMYK00.770.270.26
HSL321.1º62.77%45.29%-
HSV(B)321.1º77.13%73.73%-
XYZ26.1214.2325.04-
YUV97.07150.54192.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 43 (17.19% from 255) = 11.68%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=51.09%
G=11.68%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884313700.770.270.26321.162.7745.29
HexBC2B8904D1B1A1413f2d
Octal27453211011533325017755
Binary1011110010101110001001010011011101111010101000001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2B89; }

 p { color: rgb(188,43,137); }

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

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

 a { background-color: rgb(188,43,137); }

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

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

 span { border-color: rgb(188,43,137); }

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