Shades of Medium Orchid #BF60EC
Tints of Medium Orchid #BF60EC
RGB
CMYK
RGB Variations
Color information
#BF60EC (or 0xBF60EC) is known color: Medium Orchid. HEX triplet: BF, 60 and EC. RGB value is (191,96,236). Sum of RGB (Red+Green+Blue) = 191+96+236=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF60EC is #409F13. Grayscale: #8B8B8B. Windows color (decimal): -4235028 or 15491263. OLE color: 15491263.
HSL color Cylindrical-coordinate representation of color #BF60EC: hue angle of 280.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF60EC is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 96 | 236 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.07 |
| HSL | 280.71º | 0.79% | 0.65% | - |
| HSV(B) | 280.71º | 0.59% | 0.93% | - |
| XYZ | 40.81 | 25.5 | 82.13 | - |
| YUV | 140.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 236 | 0.19 | 0.59 | 0 | 0.07 | 280.71 | 0.79 | 0.65 |
| Hex | BF | 60 | EC | 13 | 3B | 0 | 7 | 119 | 4F | 41 |
| Octal | 277 | 140 | 354 | 23 | 73 | 0 | 7 | 431 | 117 | 101 |
| Binary | 10111111 | 1100000 | 11101100 | 10011 | 111011 | 0 | 111 | 100011001 | 1001111 | 1000001 |
Color Harmonies of #BF60EC
Complementary color
Monochromatic Colors of #BF60EC
Black with #BF60EC
Text Example
Text Example
White with #BF60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF60EC; }
p { color: rgb(191,96,236); }
H1.HeaderClassName
{
color: #BF60EC;
}
.AnyTagClassName
{
color: #BF60EC;
}
</style>
background-color css
<style>
a { background-color: #BF60EC; }
a { background-color: rgb(191,96,236); }
div.DivClassName
{
background-color: #BF60EC;
}
.BgClassName
{
background-color: #BF60EC;
}
</style>
border-color css
<style>
span { border-color: #BF60EC; }
span { border-color: rgb(191,96,236); }
td.TdClassName
{
border-color: #BF60EC;
}
.TagClassName
{
border-color: #BF60EC;
}
</style>