#BE279A

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

Shades of Medium Red Violet #BE279A

Tints of Medium Red Violet #BE279A

Color information

#BE279A (or 0xBE279A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 27 and 9A. RGB value is (190,39,154). Sum of RGB (Red+Green+Blue) = 190+39+154=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE279A is #41D865. Grayscale: #606060. Windows color (decimal): -4315238 or 10102718. OLE color: 10102718.

HSL color Cylindrical-coordinate representation of color #BE279A: hue angle of 314.3º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE279A is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19039154-
CMYK00.790.190.25
HSL314.3º65.94%44.9%-
HSV(B)314.3º79.47%74.51%-
XYZ27.7914.7331.95-
YUV97.26160.03194.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 39 (15.62% from 255) = 10.18%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=49.61%
G=10.18%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903915400.790.190.25314.365.9444.9
HexBE279A04F131913a422d
Octal276472320117233147210255
Binary10111110100111100110100100111110011110011001110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE279A; }

 p { color: rgb(190,39,154); }

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

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

 a { background-color: rgb(190,39,154); }

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

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

 span { border-color: rgb(190,39,154); }

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