Shades of Medium Orchid #BF40CE
Tints of Medium Orchid #BF40CE
RGB
CMYK
RGB Variations
Color information
#BF40CE (or 0xBF40CE) is known color: Medium Orchid. HEX triplet: BF, 40 and CE. RGB value is (191,64,206). Sum of RGB (Red+Green+Blue) = 191+64+206=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40CE is #40BF31. Grayscale: #757575. Windows color (decimal): -4243250 or 13516991. OLE color: 13516991.
HSL color Cylindrical-coordinate representation of color #BF40CE: hue angle of 293.66º degrees, saturation: 0.59, 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 #BF40CE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 64 | 206 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.19 |
| HSL | 293.66º | 0.59% | 0.53% | - |
| HSV(B) | 293.66º | 0.69% | 0.81% | - |
| XYZ | 34.46 | 19.2 | 60.28 | - |
| YUV | 118.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 206 | 0.07 | 0.69 | 0 | 0.19 | 293.66 | 0.59 | 0.53 |
| Hex | BF | 40 | CE | 7 | 45 | 0 | 13 | 126 | 3B | 35 |
| Octal | 277 | 100 | 316 | 7 | 105 | 0 | 23 | 446 | 73 | 65 |
| Binary | 10111111 | 1000000 | 11001110 | 111 | 1000101 | 0 | 10011 | 100100110 | 111011 | 110101 |
Color Harmonies of #BF40CE
Complementary color
Monochromatic Colors of #BF40CE
Black with #BF40CE
Text Example
Text Example
White with #BF40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40CE; }
p { color: rgb(191,64,206); }
H1.HeaderClassName
{
color: #BF40CE;
}
.AnyTagClassName
{
color: #BF40CE;
}
</style>
background-color css
<style>
a { background-color: #BF40CE; }
a { background-color: rgb(191,64,206); }
div.DivClassName
{
background-color: #BF40CE;
}
.BgClassName
{
background-color: #BF40CE;
}
</style>
border-color css
<style>
span { border-color: #BF40CE; }
span { border-color: rgb(191,64,206); }
td.TdClassName
{
border-color: #BF40CE;
}
.TagClassName
{
border-color: #BF40CE;
}
</style>