Shades of Medium Orchid #BF66DB
Tints of Medium Orchid #BF66DB
RGB
CMYK
RGB Variations
Color information
#BF66DB (or 0xBF66DB) is known color: Medium Orchid. HEX triplet: BF, 66 and DB. RGB value is (191,102,219). Sum of RGB (Red+Green+Blue) = 191+102+219=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66DB is #409924. Grayscale: #8D8D8D. Windows color (decimal): -4233509 or 14378687. OLE color: 14378687.
HSL color Cylindrical-coordinate representation of color #BF66DB: hue angle of 285.64º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF66DB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 102 | 219 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.14 |
| HSL | 285.64º | 0.62% | 0.63% | - |
| HSV(B) | 285.64º | 0.53% | 0.86% | - |
| XYZ | 39.02 | 25.69 | 69.92 | - |
| YUV | 141.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 219 | 0.13 | 0.53 | 0 | 0.14 | 285.64 | 0.62 | 0.63 |
| Hex | BF | 66 | DB | D | 35 | 0 | E | 11E | 3E | 3F |
| Octal | 277 | 146 | 333 | 15 | 65 | 0 | 16 | 436 | 76 | 77 |
| Binary | 10111111 | 1100110 | 11011011 | 1101 | 110101 | 0 | 1110 | 100011110 | 111110 | 111111 |
Color Harmonies of #BF66DB
Complementary color
Monochromatic Colors of #BF66DB
Black with #BF66DB
Text Example
Text Example
White with #BF66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF66DB; }
p { color: rgb(191,102,219); }
H1.HeaderClassName
{
color: #BF66DB;
}
.AnyTagClassName
{
color: #BF66DB;
}
</style>
background-color css
<style>
a { background-color: #BF66DB; }
a { background-color: rgb(191,102,219); }
div.DivClassName
{
background-color: #BF66DB;
}
.BgClassName
{
background-color: #BF66DB;
}
</style>
border-color css
<style>
span { border-color: #BF66DB; }
span { border-color: rgb(191,102,219); }
td.TdClassName
{
border-color: #BF66DB;
}
.TagClassName
{
border-color: #BF66DB;
}
</style>