Shades of Medium Orchid #BF6DDD
Tints of Medium Orchid #BF6DDD
RGB
CMYK
RGB Variations
Color information
#BF6DDD (or 0xBF6DDD) is known color: Medium Orchid. HEX triplet: BF, 6D and DD. RGB value is (191,109,221). Sum of RGB (Red+Green+Blue) = 191+109+221=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DDD is #409222. Grayscale: #919191. Windows color (decimal): -4231715 or 14511551. OLE color: 14511551.
HSL color Cylindrical-coordinate representation of color #BF6DDD: hue angle of 283.93º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6DDD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 109 | 221 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.13 |
| HSL | 283.93º | 0.62% | 0.65% | - |
| HSV(B) | 283.93º | 0.51% | 0.87% | - |
| XYZ | 40.01 | 27.23 | 71.55 | - |
| YUV | 146.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 221 | 0.14 | 0.51 | 0 | 0.13 | 283.93 | 0.62 | 0.65 |
| Hex | BF | 6D | DD | E | 33 | 0 | D | 11C | 3E | 41 |
| Octal | 277 | 155 | 335 | 16 | 63 | 0 | 15 | 434 | 76 | 101 |
| Binary | 10111111 | 1101101 | 11011101 | 1110 | 110011 | 0 | 1101 | 100011100 | 111110 | 1000001 |
Color Harmonies of #BF6DDD
Complementary color
Monochromatic Colors of #BF6DDD
Black with #BF6DDD
Text Example
Text Example
White with #BF6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6DDD; }
p { color: rgb(191,109,221); }
H1.HeaderClassName
{
color: #BF6DDD;
}
.AnyTagClassName
{
color: #BF6DDD;
}
</style>
background-color css
<style>
a { background-color: #BF6DDD; }
a { background-color: rgb(191,109,221); }
div.DivClassName
{
background-color: #BF6DDD;
}
.BgClassName
{
background-color: #BF6DDD;
}
</style>
border-color css
<style>
span { border-color: #BF6DDD; }
span { border-color: rgb(191,109,221); }
td.TdClassName
{
border-color: #BF6DDD;
}
.TagClassName
{
border-color: #BF6DDD;
}
</style>