#BE196C

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

Shades of Medium Violet Red #BE196C

Tints of Medium Violet Red #BE196C

Color information

#BE196C (or 0xBE196C) is unknown color: approx Medium Violet Red. HEX triplet: BE, 19 and 6C. RGB value is (190,25,108). Sum of RGB (Red+Green+Blue) = 190+25+108=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE196C is #41E693. Grayscale: #535353. Windows color (decimal): -4318868 or 7084478. OLE color: 7084478.

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

Color convert

RGB19025108-
CMYK00.870.430.25
HSL329.82º76.74%42.16%-
HSV(B)329.82º86.84%74.51%-
XYZ24.2912.7315.36-
YUV83.8141.66203.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 25 (10.16% from 255) = 7.74%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=58.82%
G=7.74%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902510800.870.430.25329.8276.7442.16
HexBE196C0572B1914a4d2a
Octal276311540127533151211552
Binary1011111011001110110001010111101011110011010010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE196C; }

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

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

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

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

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

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

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

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