#BF6DD7

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

Shades of Medium Orchid #BF6DD7

Tints of Medium Orchid #BF6DD7

Color information

#BF6DD7 (or 0xBF6DD7) is unknown color: approx Medium Orchid. HEX triplet: BF, 6D and D7. RGB value is (191,109,215). Sum of RGB (Red+Green+Blue) = 191+109+215=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF6DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DD7 is #409228. Grayscale: #919191. Windows color (decimal): -4231721 or 14118335. OLE color: 14118335.

HSL color Cylindrical-coordinate representation of color #BF6DD7: hue angle of 286.42º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6DD7 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191109215-
CMYK0.110.4900.16
HSL286.42º56.99%63.53%-
HSV(B)286.42º49.3%84.31%-
XYZ39.2226.9267.42-
YUV145.6167.17160.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=37.09%
G=21.17%
B=41.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911092150.110.4900.16286.4256.9963.53
HexBF6DD7B3101011e3940
Octal277155327136102043671100
Binary1011111111011011101011110111100010100001000111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DD7; }

 p { color: rgb(191,109,215); }

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

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

 a { background-color: rgb(191,109,215); }

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

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

 span { border-color: rgb(191,109,215); }

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