#BE1892

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

Shades of Medium Violet Red #BE1892

Tints of Medium Violet Red #BE1892

Color information

#BE1892 (or 0xBE1892) is unknown color: approx Medium Violet Red. HEX triplet: BE, 18 and 92. RGB value is (190,24,146). Sum of RGB (Red+Green+Blue) = 190+24+146=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1892 is #41E76D. Grayscale: #575757. Windows color (decimal): -4319086 or 9574590. OLE color: 9574590.

HSL color Cylindrical-coordinate representation of color #BE1892: hue angle of 315.9º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1892 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19024146-
CMYK00.870.230.25
HSL315.9º77.57%41.96%-
HSV(B)315.9º87.37%74.51%-
XYZ26.7513.6828.42-
YUV87.54161201.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=52.78%
G=6.67%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902414600.870.230.25315.977.5741.96
HexBE1892057171913c4e2a
Octal276302220127273147411652
Binary1011111011000100100100101011110111110011001111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1892; }

 p { color: rgb(190,24,146); }

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

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

 a { background-color: rgb(190,24,146); }

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

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

 span { border-color: rgb(190,24,146); }

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