#BE0C93

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

Shades of Medium Violet Red #BE0C93

Tints of Medium Violet Red #BE0C93

Color information

#BE0C93 (or 0xBE0C93) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0C and 93. RGB value is (190,12,147). Sum of RGB (Red+Green+Blue) = 190+12+147=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C93 is #41F36C. Grayscale: #505050. Windows color (decimal): -4322157 or 9637054. OLE color: 9637054.

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

Color convert

RGB19012147-
CMYK00.940.230.25
HSL314.49º88.12%39.61%-
HSV(B)314.49º93.68%74.51%-
XYZ26.6313.3228.77-
YUV80.61165.47206.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 12 (5.08% from 255) = 3.44%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=54.44%
G=3.44%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901214700.940.230.25314.4988.1239.61
HexBEC9305E171913a5828
Octal276142230136273147213050
Binary101111101100100100110101111010111110011001110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C93; }

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

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

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

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

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

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

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

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