#BE169E

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

Shades of Medium Violet Red #BE169E

Tints of Medium Violet Red #BE169E

Color information

#BE169E (or 0xBE169E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 16 and 9E. RGB value is (190,22,158). Sum of RGB (Red+Green+Blue) = 190+22+158=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE169E is #41E961. Grayscale: #575757. Windows color (decimal): -4319586 or 10360510. OLE color: 10360510.

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

Color convert

RGB19022158-
CMYK00.880.170.25
HSL311.43º79.25%41.57%-
HSV(B)311.43º88.42%74.51%-
XYZ27.6913.9933.59-
YUV87.74167.66200.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 22 (8.98% from 255) = 5.95%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=51.35%
G=5.95%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902215800.880.170.25311.4379.2541.57
HexBE169E05811191374f2a
Octal276262360130213146711752
Binary1011111010110100111100101100010001110011001101111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE169E; }

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

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

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

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

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

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

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

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