Shades of Medium Orchid #BF65EB
Tints of Medium Orchid #BF65EB
RGB
CMYK
RGB Variations
Color information
#BF65EB (or 0xBF65EB) is known color: Medium Orchid. HEX triplet: BF, 65 and EB. RGB value is (191,101,235). Sum of RGB (Red+Green+Blue) = 191+101+235=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65EB is #409A14. Grayscale: #8E8E8E. Windows color (decimal): -4233749 or 15427007. OLE color: 15427007.
HSL color Cylindrical-coordinate representation of color #BF65EB: hue angle of 280.3º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF65EB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 101 | 235 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.08 |
| HSL | 280.3º | 0.77% | 0.66% | - |
| HSV(B) | 280.3º | 0.57% | 0.92% | - |
| XYZ | 41.13 | 26.38 | 81.52 | - |
| YUV | 143.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 235 | 0.19 | 0.57 | 0 | 0.08 | 280.3 | 0.77 | 0.66 |
| Hex | BF | 65 | EB | 13 | 39 | 0 | 8 | 118 | 4D | 42 |
| Octal | 277 | 145 | 353 | 23 | 71 | 0 | 10 | 430 | 115 | 102 |
| Binary | 10111111 | 1100101 | 11101011 | 10011 | 111001 | 0 | 1000 | 100011000 | 1001101 | 1000010 |
Color Harmonies of #BF65EB
Complementary color
Monochromatic Colors of #BF65EB
Black with #BF65EB
Text Example
Text Example
White with #BF65EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65EB; }
p { color: rgb(191,101,235); }
H1.HeaderClassName
{
color: #BF65EB;
}
.AnyTagClassName
{
color: #BF65EB;
}
</style>
background-color css
<style>
a { background-color: #BF65EB; }
a { background-color: rgb(191,101,235); }
div.DivClassName
{
background-color: #BF65EB;
}
.BgClassName
{
background-color: #BF65EB;
}
</style>
border-color css
<style>
span { border-color: #BF65EB; }
span { border-color: rgb(191,101,235); }
td.TdClassName
{
border-color: #BF65EB;
}
.TagClassName
{
border-color: #BF65EB;
}
</style>