#BE1089

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

Shades of Medium Violet Red #BE1089

Tints of Medium Violet Red #BE1089

Color information

#BE1089 (or 0xBE1089) is unknown color: approx Medium Violet Red. HEX triplet: BE, 10 and 89. RGB value is (190,16,137). Sum of RGB (Red+Green+Blue) = 190+16+137=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1089 is #41EF76. Grayscale: #515151. Windows color (decimal): -4321143 or 8982718. OLE color: 8982718.

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

Color convert

RGB19016137-
CMYK00.920.280.25
HSL318.28º84.47%40.39%-
HSV(B)318.28º91.58%74.51%-
XYZ25.9413.1224.83-
YUV81.82159.15205.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 16 (6.64% from 255) = 4.66%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=55.39%
G=4.66%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901613700.920.280.25318.2884.4740.39
HexBE108905C1C1913e5428
Octal276202110134343147612450
Binary1011111010000100010010101110011100110011001111101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1089; }

 p { color: rgb(190,16,137); }

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

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

 a { background-color: rgb(190,16,137); }

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

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

 span { border-color: rgb(190,16,137); }

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