Shades of Medium Orchid #BF6FDC
Tints of Medium Orchid #BF6FDC
RGB
CMYK
RGB Variations
Color information
#BF6FDC (or 0xBF6FDC) is known color: Medium Orchid. HEX triplet: BF, 6F and DC. RGB value is (191,111,220). Sum of RGB (Red+Green+Blue) = 191+111+220=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FDC is #409023. Grayscale: #929292. Windows color (decimal): -4231204 or 14446527. OLE color: 14446527.
HSL color Cylindrical-coordinate representation of color #BF6FDC: hue angle of 284.04º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6FDC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 111 | 220 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.14 |
| HSL | 284.04º | 0.61% | 0.65% | - |
| HSV(B) | 284.04º | 0.5% | 0.86% | - |
| XYZ | 40.09 | 27.61 | 70.93 | - |
| YUV | 147.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 220 | 0.13 | 0.50 | 0 | 0.14 | 284.04 | 0.61 | 0.65 |
| Hex | BF | 6F | DC | D | 32 | 0 | E | 11C | 3D | 41 |
| Octal | 277 | 157 | 334 | 15 | 62 | 0 | 16 | 434 | 75 | 101 |
| Binary | 10111111 | 1101111 | 11011100 | 1101 | 110010 | 0 | 1110 | 100011100 | 111101 | 1000001 |
Color Harmonies of #BF6FDC
Complementary color
Monochromatic Colors of #BF6FDC
Black with #BF6FDC
Text Example
Text Example
White with #BF6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FDC; }
p { color: rgb(191,111,220); }
H1.HeaderClassName
{
color: #BF6FDC;
}
.AnyTagClassName
{
color: #BF6FDC;
}
</style>
background-color css
<style>
a { background-color: #BF6FDC; }
a { background-color: rgb(191,111,220); }
div.DivClassName
{
background-color: #BF6FDC;
}
.BgClassName
{
background-color: #BF6FDC;
}
</style>
border-color css
<style>
span { border-color: #BF6FDC; }
span { border-color: rgb(191,111,220); }
td.TdClassName
{
border-color: #BF6FDC;
}
.TagClassName
{
border-color: #BF6FDC;
}
</style>