#BF68DF

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

Shades of Medium Orchid #BF68DF

Tints of Medium Orchid #BF68DF

Color information

#BF68DF (or 0xBF68DF) is unknown color: approx Medium Orchid. HEX triplet: BF, 68 and DF. RGB value is (191,104,223). Sum of RGB (Red+Green+Blue) = 191+104+223=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68DF is #409720. Grayscale: #8F8F8F. Windows color (decimal): -4232993 or 14641343. OLE color: 14641343.

HSL color Cylindrical-coordinate representation of color #BF68DF: hue angle of 283.87º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF68DF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191104223-
CMYK0.140.5300.13
HSL283.87º65.03%64.12%-
HSV(B)283.87º53.36%87.45%-
XYZ39.7626.372.79-
YUV143.58172.82161.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 104 (41.02% from 255) = 20.08%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=36.87%
G=20.08%
B=43.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911042230.140.5300.13283.8765.0364.12
HexBF68DFE350D11c4140
Octal2771503371665015434101100
Binary1011111111010001101111111101101010110110001110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68DF; }

 p { color: rgb(191,104,223); }

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

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

 a { background-color: rgb(191,104,223); }

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

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

 span { border-color: rgb(191,104,223); }

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