#BE0989

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

Shades of Medium Violet Red #BE0989

Tints of Medium Violet Red #BE0989

Color information

#BE0989 (or 0xBE0989) is unknown color: approx Medium Violet Red. HEX triplet: BE, 09 and 89. RGB value is (190,9,137). Sum of RGB (Red+Green+Blue) = 190+9+137=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0989 is #41F676. Grayscale: #4D4D4D. Windows color (decimal): -4322935 or 8980926. OLE color: 8980926.

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

Color convert

RGB1909137-
CMYK00.950.280.25
HSL317.57º90.95%39.02%-
HSV(B)317.57º95.26%74.51%-
XYZ25.8512.9524.8-
YUV77.71161.47208.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 9 (3.91% from 255) = 2.68%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=56.55%
G=2.68%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190913700.950.280.25317.5790.9539.02
HexBE98905F1C1913e5b27
Octal276112110137343147613347
Binary101111101001100010010101111111100110011001111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0989; }

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

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

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

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

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

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

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

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