#BE2B6E

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

Shades of Medium Red Violet #BE2B6E

Tints of Medium Red Violet #BE2B6E

Color information

#BE2B6E (or 0xBE2B6E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2B and 6E. RGB value is (190,43,110). Sum of RGB (Red+Green+Blue) = 190+43+110=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B6E is #41D491. Grayscale: #5E5E5E. Windows color (decimal): -4314258 or 7220158. OLE color: 7220158.

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

Color convert

RGB19043110-
CMYK00.770.420.25
HSL332.65º63.09%45.69%-
HSV(B)332.65º77.37%74.51%-
XYZ24.9113.816.1-
YUV94.59136.7196.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=55.39%
G=12.54%
B=32.07%

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
Decimal1904311000.770.420.25332.6563.0945.69
HexBE2B6E04D2A1914d3f2e
Octal27653156011552315157756
Binary1011111010101111011100100110110101011001101001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2B6E; }

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

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

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

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

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

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

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

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