#BE2B6F

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

Shades of Medium Red Violet #BE2B6F

Tints of Medium Red Violet #BE2B6F

Color information

#BE2B6F (or 0xBE2B6F) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2B and 6F. RGB value is (190,43,111). Sum of RGB (Red+Green+Blue) = 190+43+111=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B6F is #41D490. Grayscale: #5E5E5E. Windows color (decimal): -4314257 or 7285694. OLE color: 7285694.

HSL color Cylindrical-coordinate representation of color #BE2B6F: hue angle of 332.24º degrees, saturation: 0.63, 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 #BE2B6F is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19043111-
CMYK00.770.420.25
HSL332.24º63.09%45.69%-
HSV(B)332.24º77.37%74.51%-
XYZ24.9713.8216.39-
YUV94.7137.2195.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 43 (17.19% from 255) = 12.5%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=55.23%
G=12.5%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904311100.770.420.25332.2463.0945.69
HexBE2B6F04D2A1914c3f2e
Octal27653157011552315147756
Binary1011111010101111011110100110110101011001101001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2B6F; }

 p { color: rgb(190,43,111); }

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

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

 a { background-color: rgb(190,43,111); }

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

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

 span { border-color: rgb(190,43,111); }

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