#BE278E

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

Shades of Medium Red Violet #BE278E

Tints of Medium Red Violet #BE278E

Color information

#BE278E (or 0xBE278E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 27 and 8E. RGB value is (190,39,142). Sum of RGB (Red+Green+Blue) = 190+39+142=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE278E is #41D871. Grayscale: #5F5F5F. Windows color (decimal): -4315250 or 9316286. OLE color: 9316286.

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

Color convert

RGB19039142-
CMYK00.790.250.25
HSL319.07º65.94%44.9%-
HSV(B)319.07º79.47%74.51%-
XYZ26.8414.3526.95-
YUV95.89154.03195.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 39 (15.62% from 255) = 10.51%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=51.21%
G=10.51%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903914200.790.250.25319.0765.9444.9
HexBE278E04F191913f422d
Octal276472160117313147710255
Binary10111110100111100011100100111111001110011001111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE278E; }

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

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

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

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

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

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

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

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