#BE0699

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

Shades of Medium Violet Red #BE0699

Tints of Medium Violet Red #BE0699

Color information

#BE0699 (or 0xBE0699) is unknown color: approx Medium Violet Red. HEX triplet: BE, 06 and 99. RGB value is (190,6,153). Sum of RGB (Red+Green+Blue) = 190+6+153=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0699 is #41F966. Grayscale: #4D4D4D. Windows color (decimal): -4323687 or 10028734. OLE color: 10028734.

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

Color convert

RGB1906153-
CMYK00.970.190.25
HSL312.07º93.88%38.43%-
HSV(B)312.07º96.84%74.51%-
XYZ27.0513.3831.29-
YUV77.77170.46208.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 6 (2.73% from 255) = 1.72%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=54.44%
G=1.72%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190615300.970.190.25312.0793.8838.43
HexBE69906113191385e26
Octal27662310141233147013646
Binary10111110110100110010110000110011110011001110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0699; }

 p { color: rgb(190,6,153); }

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

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

 a { background-color: rgb(190,6,153); }

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

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

 span { border-color: rgb(190,6,153); }

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