Shades of Medium Orchid #BF54DF
Tints of Medium Orchid #BF54DF
RGB
CMYK
RGB Variations
Color information
#BF54DF (or 0xBF54DF) is known color: Medium Orchid. HEX triplet: BF, 54 and DF. RGB value is (191,84,223). Sum of RGB (Red+Green+Blue) = 191+84+223=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54DF is #40AB20. Grayscale: #838383. Windows color (decimal): -4238113 or 14636223. OLE color: 14636223.
HSL color Cylindrical-coordinate representation of color #BF54DF: hue angle of 286.19º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF54DF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 84 | 223 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.13 |
| HSL | 286.19º | 0.68% | 0.6% | - |
| HSV(B) | 286.19º | 0.62% | 0.87% | - |
| XYZ | 37.98 | 22.74 | 72.2 | - |
| YUV | 131.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 223 | 0.14 | 0.62 | 0 | 0.13 | 286.19 | 0.68 | 0.6 |
| Hex | BF | 54 | DF | E | 3E | 0 | D | 11E | 44 | 3C |
| Octal | 277 | 124 | 337 | 16 | 76 | 0 | 15 | 436 | 104 | 74 |
| Binary | 10111111 | 1010100 | 11011111 | 1110 | 111110 | 0 | 1101 | 100011110 | 1000100 | 111100 |
Color Harmonies of #BF54DF
Complementary color
Monochromatic Colors of #BF54DF
Black with #BF54DF
Text Example
Text Example
White with #BF54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54DF; }
p { color: rgb(191,84,223); }
H1.HeaderClassName
{
color: #BF54DF;
}
.AnyTagClassName
{
color: #BF54DF;
}
</style>
background-color css
<style>
a { background-color: #BF54DF; }
a { background-color: rgb(191,84,223); }
div.DivClassName
{
background-color: #BF54DF;
}
.BgClassName
{
background-color: #BF54DF;
}
</style>
border-color css
<style>
span { border-color: #BF54DF; }
span { border-color: rgb(191,84,223); }
td.TdClassName
{
border-color: #BF54DF;
}
.TagClassName
{
border-color: #BF54DF;
}
</style>