Shades of Medium Orchid #BF6FDD
Tints of Medium Orchid #BF6FDD
RGB
CMYK
RGB Variations
Color information
#BF6FDD (or 0xBF6FDD) is known color: Medium Orchid. HEX triplet: BF, 6F and DD. RGB value is (191,111,221). Sum of RGB (Red+Green+Blue) = 191+111+221=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FDD is #409022. Grayscale: #939393. Windows color (decimal): -4231203 or 14512063. OLE color: 14512063.
HSL color Cylindrical-coordinate representation of color #BF6FDD: hue angle of 283.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6FDD is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 111 | 221 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.13 |
| HSL | 283.64º | 0.62% | 0.65% | - |
| HSV(B) | 283.64º | 0.5% | 0.87% | - |
| XYZ | 40.22 | 27.67 | 71.63 | - |
| YUV | 147.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 221 | 0.14 | 0.50 | 0 | 0.13 | 283.64 | 0.62 | 0.65 |
| Hex | BF | 6F | DD | E | 32 | 0 | D | 11C | 3E | 41 |
| Octal | 277 | 157 | 335 | 16 | 62 | 0 | 15 | 434 | 76 | 101 |
| Binary | 10111111 | 1101111 | 11011101 | 1110 | 110010 | 0 | 1101 | 100011100 | 111110 | 1000001 |
Color Harmonies of #BF6FDD
Complementary color
Monochromatic Colors of #BF6FDD
Black with #BF6FDD
Text Example
Text Example
White with #BF6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FDD; }
p { color: rgb(191,111,221); }
H1.HeaderClassName
{
color: #BF6FDD;
}
.AnyTagClassName
{
color: #BF6FDD;
}
</style>
background-color css
<style>
a { background-color: #BF6FDD; }
a { background-color: rgb(191,111,221); }
div.DivClassName
{
background-color: #BF6FDD;
}
.BgClassName
{
background-color: #BF6FDD;
}
</style>
border-color css
<style>
span { border-color: #BF6FDD; }
span { border-color: rgb(191,111,221); }
td.TdClassName
{
border-color: #BF6FDD;
}
.TagClassName
{
border-color: #BF6FDD;
}
</style>