Shades of Medium Orchid #BF63EC
Tints of Medium Orchid #BF63EC
RGB
CMYK
RGB Variations
Color information
#BF63EC (or 0xBF63EC) is known color: Medium Orchid. HEX triplet: BF, 63 and EC. RGB value is (191,99,236). Sum of RGB (Red+Green+Blue) = 191+99+236=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF63EC is #409C13. Grayscale: #8D8D8D. Windows color (decimal): -4234260 or 15492031. OLE color: 15492031.
HSL color Cylindrical-coordinate representation of color #BF63EC: hue angle of 280.29º degrees, saturation: 0.78, 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 #BF63EC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 99 | 236 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.07 |
| HSL | 280.29º | 0.78% | 0.66% | - |
| HSV(B) | 280.29º | 0.58% | 0.93% | - |
| XYZ | 41.09 | 26.06 | 82.22 | - |
| YUV | 142.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 236 | 0.19 | 0.58 | 0 | 0.07 | 280.29 | 0.78 | 0.66 |
| Hex | BF | 63 | EC | 13 | 3A | 0 | 7 | 118 | 4E | 42 |
| Octal | 277 | 143 | 354 | 23 | 72 | 0 | 7 | 430 | 116 | 102 |
| Binary | 10111111 | 1100011 | 11101100 | 10011 | 111010 | 0 | 111 | 100011000 | 1001110 | 1000010 |
Color Harmonies of #BF63EC
Complementary color
Monochromatic Colors of #BF63EC
Black with #BF63EC
Text Example
Text Example
White with #BF63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63EC; }
p { color: rgb(191,99,236); }
H1.HeaderClassName
{
color: #BF63EC;
}
.AnyTagClassName
{
color: #BF63EC;
}
</style>
background-color css
<style>
a { background-color: #BF63EC; }
a { background-color: rgb(191,99,236); }
div.DivClassName
{
background-color: #BF63EC;
}
.BgClassName
{
background-color: #BF63EC;
}
</style>
border-color css
<style>
span { border-color: #BF63EC; }
span { border-color: rgb(191,99,236); }
td.TdClassName
{
border-color: #BF63EC;
}
.TagClassName
{
border-color: #BF63EC;
}
</style>