#BE2C85

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

Shades of Medium Red Violet #BE2C85

Tints of Medium Red Violet #BE2C85

Color information

#BE2C85 (or 0xBE2C85) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2C and 85. RGB value is (190,44,133). Sum of RGB (Red+Green+Blue) = 190+44+133=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2C85 is #41D37A. Grayscale: #616161. Windows color (decimal): -4313979 or 8727742. OLE color: 8727742.

HSL color Cylindrical-coordinate representation of color #BE2C85: hue angle of 323.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C85 is Cyan = 0, Magento = 0.77, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB19044133-
CMYK00.770.30.25
HSL323.42º62.39%45.88%-
HSV(B)323.42º76.84%74.51%-
XYZ26.3714.4423.59-
YUV97.8147.87193.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 44 (17.58% from 255) = 11.99%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=51.77%
G=11.99%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904413300.770.30.25323.4262.3945.88
HexBE2C8504D1E191433e2e
Octal27654205011536315037656
Binary1011111010110010000101010011011111011001101000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C85; }

 p { color: rgb(190,44,133); }

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

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

 a { background-color: rgb(190,44,133); }

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

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

 span { border-color: rgb(190,44,133); }

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