Shades of Medium Orchid #BF68ED
Tints of Medium Orchid #BF68ED
RGB
CMYK
RGB Variations
Color information
#BF68ED (or 0xBF68ED) is known color: Medium Orchid. HEX triplet: BF, 68 and ED. RGB value is (191,104,237). Sum of RGB (Red+Green+Blue) = 191+104+237=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68ED is #409712. Grayscale: #909090. Windows color (decimal): -4232979 or 15558847. OLE color: 15558847.
HSL color Cylindrical-coordinate representation of color #BF68ED: hue angle of 279.25º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF68ED is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 104 | 237 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.07 |
| HSL | 279.25º | 0.79% | 0.67% | - |
| HSV(B) | 279.25º | 0.56% | 0.93% | - |
| XYZ | 41.72 | 27.09 | 83.15 | - |
| YUV | 145.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 237 | 0.19 | 0.56 | 0 | 0.07 | 279.25 | 0.79 | 0.67 |
| Hex | BF | 68 | ED | 13 | 38 | 0 | 7 | 117 | 4F | 43 |
| Octal | 277 | 150 | 355 | 23 | 70 | 0 | 7 | 427 | 117 | 103 |
| Binary | 10111111 | 1101000 | 11101101 | 10011 | 111000 | 0 | 111 | 100010111 | 1001111 | 1000011 |
Color Harmonies of #BF68ED
Complementary color
Monochromatic Colors of #BF68ED
Black with #BF68ED
Text Example
Text Example
White with #BF68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68ED; }
p { color: rgb(191,104,237); }
H1.HeaderClassName
{
color: #BF68ED;
}
.AnyTagClassName
{
color: #BF68ED;
}
</style>
background-color css
<style>
a { background-color: #BF68ED; }
a { background-color: rgb(191,104,237); }
div.DivClassName
{
background-color: #BF68ED;
}
.BgClassName
{
background-color: #BF68ED;
}
</style>
border-color css
<style>
span { border-color: #BF68ED; }
span { border-color: rgb(191,104,237); }
td.TdClassName
{
border-color: #BF68ED;
}
.TagClassName
{
border-color: #BF68ED;
}
</style>