#BE0393

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

Shades of Medium Violet Red #BE0393

Tints of Medium Violet Red #BE0393

Color information

#BE0393 (or 0xBE0393) is unknown color: approx Medium Violet Red. HEX triplet: BE, 03 and 93. RGB value is (190,3,147). Sum of RGB (Red+Green+Blue) = 190+3+147=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0393 is #41FC6C. Grayscale: #4A4A4A. Windows color (decimal): -4324461 or 9634750. OLE color: 9634750.

HSL color Cylindrical-coordinate representation of color #BE0393: hue angle of 313.8º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0393 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB1903147-
CMYK00.980.230.25
HSL313.8º96.89%37.84%-
HSV(B)313.8º98.42%74.51%-
XYZ26.5313.1228.74-
YUV75.33168.45209.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=55.88%
G=0.88%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190314700.980.230.25313.896.8937.84
HexBE393062171913a6126
Octal27632230142273147214146
Binary1011111011100100110110001010111110011001110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0393; }

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

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

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

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

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

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

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

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