#BE0C97

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

Shades of Medium Violet Red #BE0C97

Tints of Medium Violet Red #BE0C97

Color information

#BE0C97 (or 0xBE0C97) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0C and 97. RGB value is (190,12,151). Sum of RGB (Red+Green+Blue) = 190+12+151=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C97 is #41F368. Grayscale: #505050. Windows color (decimal): -4322153 or 9899198. OLE color: 9899198.

HSL color Cylindrical-coordinate representation of color #BE0C97: hue angle of 313.15º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C97 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19012151-
CMYK00.940.210.25
HSL313.15º88.12%39.61%-
HSV(B)313.15º93.68%74.51%-
XYZ26.9513.4430.45-
YUV81.07167.47205.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 12 (5.08% from 255) = 3.40%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=53.82%
G=3.40%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901215100.940.210.25313.1588.1239.61
HexBEC9705E15191395828
Octal276142270136253147113050
Binary101111101100100101110101111010101110011001110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C97; }

 p { color: rgb(190,12,151); }

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

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

 a { background-color: rgb(190,12,151); }

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

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

 span { border-color: rgb(190,12,151); }

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