#BE0686

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

Shades of Medium Violet Red #BE0686

Tints of Medium Violet Red #BE0686

Color information

#BE0686 (or 0xBE0686) is unknown color: approx Medium Violet Red. HEX triplet: BE, 06 and 86. RGB value is (190,6,134). Sum of RGB (Red+Green+Blue) = 190+6+134=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0686 is #41F979. Grayscale: #4B4B4B. Windows color (decimal): -4323706 or 8783550. OLE color: 8783550.

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

Color convert

RGB1906134-
CMYK00.970.290.25
HSL318.26º93.88%38.43%-
HSV(B)318.26º96.84%74.51%-
XYZ25.612.823.68-
YUV75.61160.96209.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.58%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 134 (52.73% from 255) = 40.61%
R=57.58%
G=1.82%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190613400.970.290.25318.2693.8838.43
HexBE6860611D1913e5e26
Octal27662060141353147613646
Binary10111110110100001100110000111101110011001111101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0686; }

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

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

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

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

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

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

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

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