Shades of Medium Orchid #BF5EDF
Tints of Medium Orchid #BF5EDF
RGB
CMYK
RGB Variations
Color information
#BF5EDF (or 0xBF5EDF) is known color: Medium Orchid. HEX triplet: BF, 5E and DF. RGB value is (191,94,223). Sum of RGB (Red+Green+Blue) = 191+94+223=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EDF is #40A120. Grayscale: #898989. Windows color (decimal): -4235553 or 14638783. OLE color: 14638783.
HSL color Cylindrical-coordinate representation of color #BF5EDF: hue angle of 285.12º degrees, saturation: 0.67, 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 #BF5EDF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 94 | 223 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.13 |
| HSL | 285.12º | 0.67% | 0.62% | - |
| HSV(B) | 285.12º | 0.58% | 0.87% | - |
| XYZ | 38.81 | 24.41 | 72.48 | - |
| YUV | 137.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 223 | 0.14 | 0.58 | 0 | 0.13 | 285.12 | 0.67 | 0.62 |
| Hex | BF | 5E | DF | E | 3A | 0 | D | 11D | 43 | 3E |
| Octal | 277 | 136 | 337 | 16 | 72 | 0 | 15 | 435 | 103 | 76 |
| Binary | 10111111 | 1011110 | 11011111 | 1110 | 111010 | 0 | 1101 | 100011101 | 1000011 | 111110 |
Color Harmonies of #BF5EDF
Complementary color
Monochromatic Colors of #BF5EDF
Black with #BF5EDF
Text Example
Text Example
White with #BF5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5EDF; }
p { color: rgb(191,94,223); }
H1.HeaderClassName
{
color: #BF5EDF;
}
.AnyTagClassName
{
color: #BF5EDF;
}
</style>
background-color css
<style>
a { background-color: #BF5EDF; }
a { background-color: rgb(191,94,223); }
div.DivClassName
{
background-color: #BF5EDF;
}
.BgClassName
{
background-color: #BF5EDF;
}
</style>
border-color css
<style>
span { border-color: #BF5EDF; }
span { border-color: rgb(191,94,223); }
td.TdClassName
{
border-color: #BF5EDF;
}
.TagClassName
{
border-color: #BF5EDF;
}
</style>