#BE196B

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

Shades of Medium Violet Red #BE196B

Tints of Medium Violet Red #BE196B

Color information

#BE196B (or 0xBE196B) is unknown color: approx Medium Violet Red. HEX triplet: BE, 19 and 6B. RGB value is (190,25,107). Sum of RGB (Red+Green+Blue) = 190+25+107=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE196B is #41E694. Grayscale: #535353. Windows color (decimal): -4318869 or 7018942. OLE color: 7018942.

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

Color convert

RGB19025107-
CMYK00.870.440.25
HSL330.18º76.74%42.16%-
HSV(B)330.18º86.84%74.51%-
XYZ24.2412.715.08-
YUV83.68141.16203.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=59.01%
G=7.76%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902510700.870.440.25330.1876.7442.16
HexBE196B0572C1914a4d2a
Octal276311530127543151211552
Binary1011111011001110101101010111101100110011010010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE196B; }

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

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

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

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

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

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

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

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