Shades of Medium Orchid #BF66D8
Tints of Medium Orchid #BF66D8
RGB
CMYK
RGB Variations
Color information
#BF66D8 (or 0xBF66D8) is known color: Medium Orchid. HEX triplet: BF, 66 and D8. RGB value is (191,102,216). Sum of RGB (Red+Green+Blue) = 191+102+216=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66D8 is #409927. Grayscale: #8D8D8D. Windows color (decimal): -4233512 or 14182079. OLE color: 14182079.
HSL color Cylindrical-coordinate representation of color #BF66D8: hue angle of 286.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF66D8 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 102 | 216 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.15 |
| HSL | 286.84º | 0.59% | 0.62% | - |
| HSV(B) | 286.84º | 0.53% | 0.85% | - |
| XYZ | 38.63 | 25.54 | 67.86 | - |
| YUV | 141.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 216 | 0.12 | 0.53 | 0 | 0.15 | 286.84 | 0.59 | 0.62 |
| Hex | BF | 66 | D8 | C | 35 | 0 | F | 11F | 3B | 3E |
| Octal | 277 | 146 | 330 | 14 | 65 | 0 | 17 | 437 | 73 | 76 |
| Binary | 10111111 | 1100110 | 11011000 | 1100 | 110101 | 0 | 1111 | 100011111 | 111011 | 111110 |
Color Harmonies of #BF66D8
Complementary color
Monochromatic Colors of #BF66D8
Black with #BF66D8
Text Example
Text Example
White with #BF66D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF66D8; }
p { color: rgb(191,102,216); }
H1.HeaderClassName
{
color: #BF66D8;
}
.AnyTagClassName
{
color: #BF66D8;
}
</style>
background-color css
<style>
a { background-color: #BF66D8; }
a { background-color: rgb(191,102,216); }
div.DivClassName
{
background-color: #BF66D8;
}
.BgClassName
{
background-color: #BF66D8;
}
</style>
border-color css
<style>
span { border-color: #BF66D8; }
span { border-color: rgb(191,102,216); }
td.TdClassName
{
border-color: #BF66D8;
}
.TagClassName
{
border-color: #BF66D8;
}
</style>