#BF6BD7

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

Shades of Medium Orchid #BF6BD7

Tints of Medium Orchid #BF6BD7

Color information

#BF6BD7 (or 0xBF6BD7) is unknown color: approx Medium Orchid. HEX triplet: BF, 6B and D7. RGB value is (191,107,215). Sum of RGB (Red+Green+Blue) = 191+107+215=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF6BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BD7 is #409428. Grayscale: #909090. Windows color (decimal): -4232233 or 14117823. OLE color: 14117823.

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

Color convert

RGB191107215-
CMYK0.110.5000.16
HSL286.67º57.45%63.14%-
HSV(B)286.67º50.23%84.31%-
XYZ39.0126.567.35-
YUV144.43167.83161.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 107 (42.19% from 255) = 20.86%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=37.23%
G=20.86%
B=41.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911072150.110.5000.16286.6757.4563.14
HexBF6BD7B3201011f393f
Octal27715332713620204377177
Binary101111111101011110101111011110010010000100011111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BD7; }

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

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

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

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

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

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

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

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