Shades of Medium Orchid #BF40CF
Tints of Medium Orchid #BF40CF
RGB
CMYK
RGB Variations
Color information
#BF40CF (or 0xBF40CF) is known color: Medium Orchid. HEX triplet: BF, 40 and CF. RGB value is (191,64,207). Sum of RGB (Red+Green+Blue) = 191+64+207=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40CF is #40BF30. Grayscale: #757575. Windows color (decimal): -4243249 or 13582527. OLE color: 13582527.
HSL color Cylindrical-coordinate representation of color #BF40CF: hue angle of 293.29º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF40CF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 64 | 207 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.19 |
| HSL | 293.29º | 0.6% | 0.53% | - |
| HSV(B) | 293.29º | 0.69% | 0.81% | - |
| XYZ | 34.58 | 19.25 | 60.92 | - |
| YUV | 118.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 207 | 0.08 | 0.69 | 0 | 0.19 | 293.29 | 0.6 | 0.53 |
| Hex | BF | 40 | CF | 8 | 45 | 0 | 13 | 125 | 3C | 35 |
| Octal | 277 | 100 | 317 | 10 | 105 | 0 | 23 | 445 | 74 | 65 |
| Binary | 10111111 | 1000000 | 11001111 | 1000 | 1000101 | 0 | 10011 | 100100101 | 111100 | 110101 |
Color Harmonies of #BF40CF
Complementary color
Monochromatic Colors of #BF40CF
Black with #BF40CF
Text Example
Text Example
White with #BF40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40CF; }
p { color: rgb(191,64,207); }
H1.HeaderClassName
{
color: #BF40CF;
}
.AnyTagClassName
{
color: #BF40CF;
}
</style>
background-color css
<style>
a { background-color: #BF40CF; }
a { background-color: rgb(191,64,207); }
div.DivClassName
{
background-color: #BF40CF;
}
.BgClassName
{
background-color: #BF40CF;
}
</style>
border-color css
<style>
span { border-color: #BF40CF; }
span { border-color: rgb(191,64,207); }
td.TdClassName
{
border-color: #BF40CF;
}
.TagClassName
{
border-color: #BF40CF;
}
</style>