#be16a4

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

Shades of Medium Violet Red #BE16A4

Tints of Medium Violet Red #BE16A4

Color information

#BE16A4 (or 0xBE16A4) is unknown color: approx Medium Violet Red. HEX triplet: BE, 16 and A4. RGB value is (190,22,164). Sum of RGB (Red+Green+Blue) = 190+22+164=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE16A4 is #41E95B. Grayscale: #585858. Windows color (decimal): -4319580 or 10753726. OLE color: 10753726.

HSL color Cylindrical-coordinate representation of color #BE16A4: hue angle of 309.29º degrees, saturation: 0.79, 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 #BE16A4 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19022164-
CMYK00.880.140.25
HSL309.29º79.25%41.57%-
HSV(B)309.29º88.42%74.51%-
XYZ28.2214.236.38-
YUV88.42170.66200.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 22 (8.98% from 255) = 5.85%
BLUE value IS 164 (64.45% from 255) = 43.62%
R=50.53%
G=5.85%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902216400.880.140.25309.2979.2541.57
HexBE16A4058E191354f2a
Octal276262440130163146511752
Binary101111101011010100100010110001110110011001101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be16a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be16a4; }

 p { color: rgb(190,22,164); }

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

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

 a { background-color: rgb(190,22,164); }

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

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

 span { border-color: rgb(190,22,164); }

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