Shades of Medium Orchid #BF65EF
Tints of Medium Orchid #BF65EF
RGB
CMYK
RGB Variations
Color information
#BF65EF (or 0xBF65EF) is known color: Medium Orchid. HEX triplet: BF, 65 and EF. RGB value is (191,101,239). Sum of RGB (Red+Green+Blue) = 191+101+239=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65EF is #409A10. Grayscale: #8F8F8F. Windows color (decimal): -4233745 or 15689151. OLE color: 15689151.
HSL color Cylindrical-coordinate representation of color #BF65EF: hue angle of 279.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF65EF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 101 | 239 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.06 |
| HSL | 279.13º | 0.81% | 0.67% | - |
| HSV(B) | 279.13º | 0.58% | 0.94% | - |
| XYZ | 41.72 | 26.62 | 84.6 | - |
| YUV | 143.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 239 | 0.20 | 0.58 | 0 | 0.06 | 279.13 | 0.81 | 0.67 |
| Hex | BF | 65 | EF | 14 | 3A | 0 | 6 | 117 | 51 | 43 |
| Octal | 277 | 145 | 357 | 24 | 72 | 0 | 6 | 427 | 121 | 103 |
| Binary | 10111111 | 1100101 | 11101111 | 10100 | 111010 | 0 | 110 | 100010111 | 1010001 | 1000011 |
Color Harmonies of #BF65EF
Complementary color
Monochromatic Colors of #BF65EF
Black with #BF65EF
Text Example
Text Example
White with #BF65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65EF; }
p { color: rgb(191,101,239); }
H1.HeaderClassName
{
color: #BF65EF;
}
.AnyTagClassName
{
color: #BF65EF;
}
</style>
background-color css
<style>
a { background-color: #BF65EF; }
a { background-color: rgb(191,101,239); }
div.DivClassName
{
background-color: #BF65EF;
}
.BgClassName
{
background-color: #BF65EF;
}
</style>
border-color css
<style>
span { border-color: #BF65EF; }
span { border-color: rgb(191,101,239); }
td.TdClassName
{
border-color: #BF65EF;
}
.TagClassName
{
border-color: #BF65EF;
}
</style>