#BE71D1

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

Shades of Medium Orchid #BE71D1

Tints of Medium Orchid #BE71D1

Color information

#BE71D1 (or 0xBE71D1) is unknown color: approx Medium Orchid. HEX triplet: BE, 71 and D1. RGB value is (190,113,209). Sum of RGB (Red+Green+Blue) = 190+113+209=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE71D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71D1 is #418E2E. Grayscale: #929292. Windows color (decimal): -4296239 or 13726142. OLE color: 13726142.

HSL color Cylindrical-coordinate representation of color #BE71D1: hue angle of 288.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE71D1 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190113209-
CMYK0.090.4600.18
HSL288.12º51.06%63.14%-
HSV(B)288.12º45.93%81.96%-
XYZ38.6527.3663.57-
YUV146.97163.01158.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=37.11%
G=22.07%
B=40.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901132090.090.4600.18288.1251.0663.14
HexBE71D192E012120333f
Octal27616132111560224406377
Binary101111101110001110100011001101110010010100100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71D1; }

 p { color: rgb(190,113,209); }

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

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

 a { background-color: rgb(190,113,209); }

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

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

 span { border-color: rgb(190,113,209); }

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