Shades of Medium Orchid #BF5DDD
Tints of Medium Orchid #BF5DDD
RGB
CMYK
RGB Variations
Color information
#BF5DDD (or 0xBF5DDD) is known color: Medium Orchid. HEX triplet: BF, 5D and DD. RGB value is (191,93,221). Sum of RGB (Red+Green+Blue) = 191+93+221=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DDD is #40A222. Grayscale: #888888. Windows color (decimal): -4235811 or 14507455. OLE color: 14507455.
HSL color Cylindrical-coordinate representation of color #BF5DDD: hue angle of 285.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5DDD is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 93 | 221 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.13 |
| HSL | 285.94º | 0.65% | 0.62% | - |
| HSV(B) | 285.94º | 0.58% | 0.87% | - |
| XYZ | 38.45 | 24.13 | 71.04 | - |
| YUV | 136.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 221 | 0.14 | 0.58 | 0 | 0.13 | 285.94 | 0.65 | 0.62 |
| Hex | BF | 5D | DD | E | 3A | 0 | D | 11E | 41 | 3E |
| Octal | 277 | 135 | 335 | 16 | 72 | 0 | 15 | 436 | 101 | 76 |
| Binary | 10111111 | 1011101 | 11011101 | 1110 | 111010 | 0 | 1101 | 100011110 | 1000001 | 111110 |
Color Harmonies of #BF5DDD
Complementary color
Monochromatic Colors of #BF5DDD
Black with #BF5DDD
Text Example
Text Example
White with #BF5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5DDD; }
p { color: rgb(191,93,221); }
H1.HeaderClassName
{
color: #BF5DDD;
}
.AnyTagClassName
{
color: #BF5DDD;
}
</style>
background-color css
<style>
a { background-color: #BF5DDD; }
a { background-color: rgb(191,93,221); }
div.DivClassName
{
background-color: #BF5DDD;
}
.BgClassName
{
background-color: #BF5DDD;
}
</style>
border-color css
<style>
span { border-color: #BF5DDD; }
span { border-color: rgb(191,93,221); }
td.TdClassName
{
border-color: #BF5DDD;
}
.TagClassName
{
border-color: #BF5DDD;
}
</style>