Shades of Medium Orchid #BF68EE
Tints of Medium Orchid #BF68EE
RGB
CMYK
RGB Variations
Color information
#BF68EE (or 0xBF68EE) is known color: Medium Orchid. HEX triplet: BF, 68 and EE. RGB value is (191,104,238). Sum of RGB (Red+Green+Blue) = 191+104+238=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68EE is #409711. Grayscale: #909090. Windows color (decimal): -4232978 or 15624383. OLE color: 15624383.
HSL color Cylindrical-coordinate representation of color #BF68EE: hue angle of 278.96º degrees, saturation: 0.8, 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 #BF68EE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 104 | 238 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.07 |
| HSL | 278.96º | 0.8% | 0.67% | - |
| HSV(B) | 278.96º | 0.56% | 0.93% | - |
| XYZ | 41.87 | 27.15 | 83.92 | - |
| YUV | 145.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 238 | 0.20 | 0.56 | 0 | 0.07 | 278.96 | 0.8 | 0.67 |
| Hex | BF | 68 | EE | 14 | 38 | 0 | 7 | 117 | 50 | 43 |
| Octal | 277 | 150 | 356 | 24 | 70 | 0 | 7 | 427 | 120 | 103 |
| Binary | 10111111 | 1101000 | 11101110 | 10100 | 111000 | 0 | 111 | 100010111 | 1010000 | 1000011 |
Color Harmonies of #BF68EE
Complementary color
Monochromatic Colors of #BF68EE
Black with #BF68EE
Text Example
Text Example
White with #BF68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68EE; }
p { color: rgb(191,104,238); }
H1.HeaderClassName
{
color: #BF68EE;
}
.AnyTagClassName
{
color: #BF68EE;
}
</style>
background-color css
<style>
a { background-color: #BF68EE; }
a { background-color: rgb(191,104,238); }
div.DivClassName
{
background-color: #BF68EE;
}
.BgClassName
{
background-color: #BF68EE;
}
</style>
border-color css
<style>
span { border-color: #BF68EE; }
span { border-color: rgb(191,104,238); }
td.TdClassName
{
border-color: #BF68EE;
}
.TagClassName
{
border-color: #BF68EE;
}
</style>