#BE17A2

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

Shades of Medium Violet Red #BE17A2

Tints of Medium Violet Red #BE17A2

Color information

#BE17A2 (or 0xBE17A2) is unknown color: approx Medium Violet Red. HEX triplet: BE, 17 and A2. RGB value is (190,23,162). Sum of RGB (Red+Green+Blue) = 190+23+162=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE17A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE17A2 is #41E85D. Grayscale: #585858. Windows color (decimal): -4319326 or 10622910. OLE color: 10622910.

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

Color convert

RGB19023162-
CMYK00.880.150.25
HSL310.06º78.4%41.76%-
HSV(B)310.06º87.89%74.51%-
XYZ28.0614.1735.44-
YUV88.78169.33200.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 23 (9.38% from 255) = 6.13%
BLUE value IS 162 (63.67% from 255) = 43.2%
R=50.67%
G=6.13%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902316200.880.150.25310.0678.441.76
HexBE17A2058F191364e2a
Octal276272420130173146611652
Binary101111101011110100010010110001111110011001101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE17A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE17A2; }

 p { color: rgb(190,23,162); }

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

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

 a { background-color: rgb(190,23,162); }

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

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

 span { border-color: rgb(190,23,162); }

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