Shades of Medium Orchid #BF68EB
Tints of Medium Orchid #BF68EB
RGB
CMYK
RGB Variations
Color information
#BF68EB (or 0xBF68EB) is known color: Medium Orchid. HEX triplet: BF, 68 and EB. RGB value is (191,104,235). Sum of RGB (Red+Green+Blue) = 191+104+235=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68EB is #409714. Grayscale: #909090. Windows color (decimal): -4232981 or 15427775. OLE color: 15427775.
HSL color Cylindrical-coordinate representation of color #BF68EB: hue angle of 279.85º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF68EB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 104 | 235 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.08 |
| HSL | 279.85º | 0.77% | 0.66% | - |
| HSV(B) | 279.85º | 0.56% | 0.92% | - |
| XYZ | 41.43 | 26.98 | 81.62 | - |
| YUV | 144.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 235 | 0.19 | 0.56 | 0 | 0.08 | 279.85 | 0.77 | 0.66 |
| Hex | BF | 68 | EB | 13 | 38 | 0 | 8 | 118 | 4D | 42 |
| Octal | 277 | 150 | 353 | 23 | 70 | 0 | 10 | 430 | 115 | 102 |
| Binary | 10111111 | 1101000 | 11101011 | 10011 | 111000 | 0 | 1000 | 100011000 | 1001101 | 1000010 |
Color Harmonies of #BF68EB
Complementary color
Monochromatic Colors of #BF68EB
Black with #BF68EB
Text Example
Text Example
White with #BF68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68EB; }
p { color: rgb(191,104,235); }
H1.HeaderClassName
{
color: #BF68EB;
}
.AnyTagClassName
{
color: #BF68EB;
}
</style>
background-color css
<style>
a { background-color: #BF68EB; }
a { background-color: rgb(191,104,235); }
div.DivClassName
{
background-color: #BF68EB;
}
.BgClassName
{
background-color: #BF68EB;
}
</style>
border-color css
<style>
span { border-color: #BF68EB; }
span { border-color: rgb(191,104,235); }
td.TdClassName
{
border-color: #BF68EB;
}
.TagClassName
{
border-color: #BF68EB;
}
</style>