#BE6FD1

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

Shades of Medium Orchid #BE6FD1

Tints of Medium Orchid #BE6FD1

Color information

#BE6FD1 (or 0xBE6FD1) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and D1. RGB value is (190,111,209). Sum of RGB (Red+Green+Blue) = 190+111+209=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FD1 is #41902E. Grayscale: #919191. Windows color (decimal): -4296751 or 13725630. OLE color: 13725630.

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

Color convert

RGB190111209-
CMYK0.090.4700.18
HSL288.37º51.58%62.75%-
HSV(B)288.37º46.89%81.96%-
XYZ38.4326.9263.49-
YUV145.79163.67159.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=37.25%
G=21.76%
B=40.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901112090.090.4700.18288.3751.5862.75
HexBE6FD192F012120343f
Octal27615732111570224406477
Binary101111101101111110100011001101111010010100100000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FD1; }

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

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

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

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

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

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

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

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