Shades of Medium Orchid #BF5CDF
Tints of Medium Orchid #BF5CDF
RGB
CMYK
RGB Variations
Color information
#BF5CDF (or 0xBF5CDF) is known color: Medium Orchid. HEX triplet: BF, 5C and DF. RGB value is (191,92,223). Sum of RGB (Red+Green+Blue) = 191+92+223=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF5CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CDF is #40A320. Grayscale: #888888. Windows color (decimal): -4236065 or 14638271. OLE color: 14638271.
HSL color Cylindrical-coordinate representation of color #BF5CDF: hue angle of 285.34º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5CDF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 92 | 223 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.13 |
| HSL | 285.34º | 0.67% | 0.62% | - |
| HSV(B) | 285.34º | 0.59% | 0.87% | - |
| XYZ | 38.63 | 24.06 | 72.42 | - |
| YUV | 136.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 223 | 0.14 | 0.59 | 0 | 0.13 | 285.34 | 0.67 | 0.62 |
| Hex | BF | 5C | DF | E | 3B | 0 | D | 11D | 43 | 3E |
| Octal | 277 | 134 | 337 | 16 | 73 | 0 | 15 | 435 | 103 | 76 |
| Binary | 10111111 | 1011100 | 11011111 | 1110 | 111011 | 0 | 1101 | 100011101 | 1000011 | 111110 |
Color Harmonies of #BF5CDF
Complementary color
Monochromatic Colors of #BF5CDF
Black with #BF5CDF
Text Example
Text Example
White with #BF5CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CDF; }
p { color: rgb(191,92,223); }
H1.HeaderClassName
{
color: #BF5CDF;
}
.AnyTagClassName
{
color: #BF5CDF;
}
</style>
background-color css
<style>
a { background-color: #BF5CDF; }
a { background-color: rgb(191,92,223); }
div.DivClassName
{
background-color: #BF5CDF;
}
.BgClassName
{
background-color: #BF5CDF;
}
</style>
border-color css
<style>
span { border-color: #BF5CDF; }
span { border-color: rgb(191,92,223); }
td.TdClassName
{
border-color: #BF5CDF;
}
.TagClassName
{
border-color: #BF5CDF;
}
</style>