#BE166B

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

Shades of Medium Violet Red #BE166B

Tints of Medium Violet Red #BE166B

Color information

#BE166B (or 0xBE166B) is unknown color: approx Medium Violet Red. HEX triplet: BE, 16 and 6B. RGB value is (190,22,107). Sum of RGB (Red+Green+Blue) = 190+22+107=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE166B is #41E994. Grayscale: #515151. Windows color (decimal): -4319637 or 7018174. OLE color: 7018174.

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

Color convert

RGB19022107-
CMYK00.880.440.25
HSL329.64º79.25%41.57%-
HSV(B)329.64º88.42%74.51%-
XYZ24.1812.5815.06-
YUV81.92142.16205.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=59.56%
G=6.90%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902210700.880.440.25329.6479.2541.57
HexBE166B0582C1914a4f2a
Octal276261530130543151211752
Binary1011111010110110101101011000101100110011010010101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE166B; }

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

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

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

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

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

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

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

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