Shades of Medium Orchid #BF63E6
Tints of Medium Orchid #BF63E6
RGB
CMYK
RGB Variations
Color information
#BF63E6 (or 0xBF63E6) is known color: Medium Orchid. HEX triplet: BF, 63 and E6. RGB value is (191,99,230). Sum of RGB (Red+Green+Blue) = 191+99+230=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF63E6 is #409C19. Grayscale: #8D8D8D. Windows color (decimal): -4234266 or 15098815. OLE color: 15098815.
HSL color Cylindrical-coordinate representation of color #BF63E6: hue angle of 282.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF63E6 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 99 | 230 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.10 |
| HSL | 282.14º | 0.72% | 0.65% | - |
| HSV(B) | 282.14º | 0.57% | 0.9% | - |
| XYZ | 40.23 | 25.71 | 77.71 | - |
| YUV | 141.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 230 | 0.17 | 0.57 | 0 | 0.10 | 282.14 | 0.72 | 0.65 |
| Hex | BF | 63 | E6 | 11 | 39 | 0 | A | 11A | 48 | 41 |
| Octal | 277 | 143 | 346 | 21 | 71 | 0 | 12 | 432 | 110 | 101 |
| Binary | 10111111 | 1100011 | 11100110 | 10001 | 111001 | 0 | 1010 | 100011010 | 1001000 | 1000001 |
Color Harmonies of #BF63E6
Complementary color
Monochromatic Colors of #BF63E6
Black with #BF63E6
Text Example
Text Example
White with #BF63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63E6; }
p { color: rgb(191,99,230); }
H1.HeaderClassName
{
color: #BF63E6;
}
.AnyTagClassName
{
color: #BF63E6;
}
</style>
background-color css
<style>
a { background-color: #BF63E6; }
a { background-color: rgb(191,99,230); }
div.DivClassName
{
background-color: #BF63E6;
}
.BgClassName
{
background-color: #BF63E6;
}
</style>
border-color css
<style>
span { border-color: #BF63E6; }
span { border-color: rgb(191,99,230); }
td.TdClassName
{
border-color: #BF63E6;
}
.TagClassName
{
border-color: #BF63E6;
}
</style>