#BE1A7A

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

Shades of Medium Violet Red #BE1A7A

Tints of Medium Violet Red #BE1A7A

Color information

#BE1A7A (or 0xBE1A7A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1A and 7A. RGB value is (190,26,122). Sum of RGB (Red+Green+Blue) = 190+26+122=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A7A is #41E585. Grayscale: #555555. Windows color (decimal): -4318598 or 8002238. OLE color: 8002238.

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

Color convert

RGB19026122-
CMYK00.860.360.25
HSL324.88º75.93%42.35%-
HSV(B)324.88º86.32%74.51%-
XYZ25.1213.0919.62-
YUV85.98148.33202.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=56.21%
G=7.69%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902612200.860.360.25324.8875.9342.35
HexBE1A7A05624191454c2a
Octal276321720126443150511452
Binary1011111011010111101001010110100100110011010001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A7A; }

 p { color: rgb(190,26,122); }

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

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

 a { background-color: rgb(190,26,122); }

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

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

 span { border-color: rgb(190,26,122); }

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