Shades of Medium Orchid #BF65EE
Tints of Medium Orchid #BF65EE
RGB
CMYK
RGB Variations
Color information
#BF65EE (or 0xBF65EE) is known color: Medium Orchid. HEX triplet: BF, 65 and EE. RGB value is (191,101,238). Sum of RGB (Red+Green+Blue) = 191+101+238=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65EE is #409A11. Grayscale: #8F8F8F. Windows color (decimal): -4233746 or 15623615. OLE color: 15623615.
HSL color Cylindrical-coordinate representation of color #BF65EE: hue angle of 279.42º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF65EE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 101 | 238 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.07 |
| HSL | 279.42º | 0.8% | 0.66% | - |
| HSV(B) | 279.42º | 0.58% | 0.93% | - |
| XYZ | 41.57 | 26.56 | 83.82 | - |
| YUV | 143.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 238 | 0.20 | 0.58 | 0 | 0.07 | 279.42 | 0.8 | 0.66 |
| Hex | BF | 65 | EE | 14 | 3A | 0 | 7 | 117 | 50 | 42 |
| Octal | 277 | 145 | 356 | 24 | 72 | 0 | 7 | 427 | 120 | 102 |
| Binary | 10111111 | 1100101 | 11101110 | 10100 | 111010 | 0 | 111 | 100010111 | 1010000 | 1000010 |
Color Harmonies of #BF65EE
Complementary color
Monochromatic Colors of #BF65EE
Black with #BF65EE
Text Example
Text Example
White with #BF65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65EE; }
p { color: rgb(191,101,238); }
H1.HeaderClassName
{
color: #BF65EE;
}
.AnyTagClassName
{
color: #BF65EE;
}
</style>
background-color css
<style>
a { background-color: #BF65EE; }
a { background-color: rgb(191,101,238); }
div.DivClassName
{
background-color: #BF65EE;
}
.BgClassName
{
background-color: #BF65EE;
}
</style>
border-color css
<style>
span { border-color: #BF65EE; }
span { border-color: rgb(191,101,238); }
td.TdClassName
{
border-color: #BF65EE;
}
.TagClassName
{
border-color: #BF65EE;
}
</style>