Shades of Medium Orchid #BF60DD
Tints of Medium Orchid #BF60DD
RGB
CMYK
RGB Variations
Color information
#BF60DD (or 0xBF60DD) is known color: Medium Orchid. HEX triplet: BF, 60 and DD. RGB value is (191,96,221). Sum of RGB (Red+Green+Blue) = 191+96+221=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60DD is #409F22. Grayscale: #8A8A8A. Windows color (decimal): -4235043 or 14508223. OLE color: 14508223.
HSL color Cylindrical-coordinate representation of color #BF60DD: hue angle of 285.6º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF60DD is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 96 | 221 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 285.6º | 0.65% | 0.62% | - |
| HSV(B) | 285.6º | 0.57% | 0.87% | - |
| XYZ | 38.72 | 24.66 | 71.13 | - |
| YUV | 138.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 221 | 0.14 | 0.57 | 0 | 0.13 | 285.6 | 0.65 | 0.62 |
| Hex | BF | 60 | DD | E | 39 | 0 | D | 11E | 41 | 3E |
| Octal | 277 | 140 | 335 | 16 | 71 | 0 | 15 | 436 | 101 | 76 |
| Binary | 10111111 | 1100000 | 11011101 | 1110 | 111001 | 0 | 1101 | 100011110 | 1000001 | 111110 |
Color Harmonies of #BF60DD
Complementary color
Monochromatic Colors of #BF60DD
Black with #BF60DD
Text Example
Text Example
White with #BF60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF60DD; }
p { color: rgb(191,96,221); }
H1.HeaderClassName
{
color: #BF60DD;
}
.AnyTagClassName
{
color: #BF60DD;
}
</style>
background-color css
<style>
a { background-color: #BF60DD; }
a { background-color: rgb(191,96,221); }
div.DivClassName
{
background-color: #BF60DD;
}
.BgClassName
{
background-color: #BF60DD;
}
</style>
border-color css
<style>
span { border-color: #BF60DD; }
span { border-color: rgb(191,96,221); }
td.TdClassName
{
border-color: #BF60DD;
}
.TagClassName
{
border-color: #BF60DD;
}
</style>