#BE2686

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

Shades of Medium Red Violet #BE2686

Tints of Medium Red Violet #BE2686

Color information

#BE2686 (or 0xBE2686) is unknown color: approx Medium Red Violet. HEX triplet: BE, 26 and 86. RGB value is (190,38,134). Sum of RGB (Red+Green+Blue) = 190+38+134=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2686 is #41D979. Grayscale: #5E5E5E. Windows color (decimal): -4315514 or 8791742. OLE color: 8791742.

HSL color Cylindrical-coordinate representation of color #BE2686: hue angle of 322.11º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2686 is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19038134-
CMYK00.80.290.25
HSL322.11º66.67%44.71%-
HSV(B)322.11º80%74.51%-
XYZ26.2314.0523.88-
YUV94.39150.36196.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 38 (15.23% from 255) = 10.50%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=52.49%
G=10.50%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903813400.80.290.25322.1166.6744.71
HexBE26860501D19142432d
Octal276462060120353150210355
Binary10111110100110100001100101000011101110011010000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2686; }

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

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

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

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

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

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

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

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