#BE0894

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

Shades of Medium Violet Red #BE0894

Tints of Medium Violet Red #BE0894

Color information

#BE0894 (or 0xBE0894) is unknown color: approx Medium Violet Red. HEX triplet: BE, 08 and 94. RGB value is (190,8,148). Sum of RGB (Red+Green+Blue) = 190+8+148=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0894 is #41F76B. Grayscale: #4E4E4E. Windows color (decimal): -4323180 or 9701566. OLE color: 9701566.

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

Color convert

RGB1908148-
CMYK00.960.220.25
HSL313.85º91.92%38.82%-
HSV(B)313.85º95.79%74.51%-
XYZ26.6713.2629.17-
YUV78.38167.3207.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=54.91%
G=2.31%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190814800.960.220.25313.8591.9238.82
HexBE894060161913a5c27
Octal276102240140263147213447
Binary101111101000100101000110000010110110011001110101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0894; }

 p { color: rgb(190,8,148); }

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

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

 a { background-color: rgb(190,8,148); }

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

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

 span { border-color: rgb(190,8,148); }

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