#BE0C85

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

Shades of Medium Violet Red #BE0C85

Tints of Medium Violet Red #BE0C85

Color information

#BE0C85 (or 0xBE0C85) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0C and 85. RGB value is (190,12,133). Sum of RGB (Red+Green+Blue) = 190+12+133=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C85 is #41F37A. Grayscale: #4E4E4E. Windows color (decimal): -4322171 or 8719550. OLE color: 8719550.

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

Color convert

RGB19012133-
CMYK00.940.30.25
HSL319.21º88.12%39.61%-
HSV(B)319.21º93.68%74.51%-
XYZ25.612.923.33-
YUV79.02158.47207.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=56.72%
G=3.58%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901213300.940.30.25319.2188.1239.61
HexBEC8505E1E1913f5828
Octal276142050136363147713050
Binary101111101100100001010101111011110110011001111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C85; }

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

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

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

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

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

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

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

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