#BE1288

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

Shades of Medium Violet Red #BE1288

Tints of Medium Violet Red #BE1288

Color information

#BE1288 (or 0xBE1288) is unknown color: approx Medium Violet Red. HEX triplet: BE, 12 and 88. RGB value is (190,18,136). Sum of RGB (Red+Green+Blue) = 190+18+136=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1288 is #41ED77. Grayscale: #525252. Windows color (decimal): -4320632 or 8917694. OLE color: 8917694.

HSL color Cylindrical-coordinate representation of color #BE1288: hue angle of 318.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1288 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19018136-
CMYK00.910.280.25
HSL318.84º82.69%40.78%-
HSV(B)318.84º90.53%74.51%-
XYZ25.913.1624.47-
YUV82.88157.98204.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 18 (7.42% from 255) = 5.23%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=55.23%
G=5.23%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901813600.910.280.25318.8482.6940.78
HexBE128805B1C1913f5329
Octal276222100133343147712351
Binary1011111010010100010000101101111100110011001111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1288; }

 p { color: rgb(190,18,136); }

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

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

 a { background-color: rgb(190,18,136); }

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

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

 span { border-color: rgb(190,18,136); }

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