Shades of Medium Orchid #BF6DD5
Tints of Medium Orchid #BF6DD5
RGB
CMYK
RGB Variations
Color information
#BF6DD5 (or 0xBF6DD5) is known color: Medium Orchid. HEX triplet: BF, 6D and D5. RGB value is (191,109,213). Sum of RGB (Red+Green+Blue) = 191+109+213=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DD5 is #40922A. Grayscale: #919191. Windows color (decimal): -4231723 or 13987263. OLE color: 13987263.
HSL color Cylindrical-coordinate representation of color #BF6DD5: hue angle of 287.31º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6DD5 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 109 | 213 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.16 |
| HSL | 287.31º | 0.55% | 0.63% | - |
| HSV(B) | 287.31º | 0.49% | 0.84% | - |
| XYZ | 38.96 | 26.82 | 66.07 | - |
| YUV | 145.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 213 | 0.10 | 0.49 | 0 | 0.16 | 287.31 | 0.55 | 0.63 |
| Hex | BF | 6D | D5 | A | 31 | 0 | 10 | 11F | 37 | 3F |
| Octal | 277 | 155 | 325 | 12 | 61 | 0 | 20 | 437 | 67 | 77 |
| Binary | 10111111 | 1101101 | 11010101 | 1010 | 110001 | 0 | 10000 | 100011111 | 110111 | 111111 |
Color Harmonies of #BF6DD5
Complementary color
Monochromatic Colors of #BF6DD5
Black with #BF6DD5
Text Example
Text Example
White with #BF6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6DD5; }
p { color: rgb(191,109,213); }
H1.HeaderClassName
{
color: #BF6DD5;
}
.AnyTagClassName
{
color: #BF6DD5;
}
</style>
background-color css
<style>
a { background-color: #BF6DD5; }
a { background-color: rgb(191,109,213); }
div.DivClassName
{
background-color: #BF6DD5;
}
.BgClassName
{
background-color: #BF6DD5;
}
</style>
border-color css
<style>
span { border-color: #BF6DD5; }
span { border-color: rgb(191,109,213); }
td.TdClassName
{
border-color: #BF6DD5;
}
.TagClassName
{
border-color: #BF6DD5;
}
</style>