#BE1479

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

Shades of Medium Violet Red #BE1479

Tints of Medium Violet Red #BE1479

Color information

#BE1479 (or 0xBE1479) is unknown color: approx Medium Violet Red. HEX triplet: BE, 14 and 79. RGB value is (190,20,121). Sum of RGB (Red+Green+Blue) = 190+20+121=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1479 is #41EB86. Grayscale: #525252. Windows color (decimal): -4320135 or 7935166. OLE color: 7935166.

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

Color convert

RGB19020121-
CMYK00.890.360.25
HSL324.35º80.95%41.18%-
HSV(B)324.35º89.47%74.51%-
XYZ24.9412.8319.25-
YUV82.34149.82204.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 20 (8.20% from 255) = 6.04%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=57.40%
G=6.04%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902012100.890.360.25324.3580.9541.18
HexBE147905924191445129
Octal276241710131443150412151
Binary1011111010100111100101011001100100110011010001001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1479; }

 p { color: rgb(190,20,121); }

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

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

 a { background-color: rgb(190,20,121); }

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

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

 span { border-color: rgb(190,20,121); }

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