Shades of Medium Orchid #BF63CF
Tints of Medium Orchid #BF63CF
RGB
CMYK
RGB Variations
Color information
#BF63CF (or 0xBF63CF) is known color: Medium Orchid. HEX triplet: BF, 63 and CF. RGB value is (191,99,207). Sum of RGB (Red+Green+Blue) = 191+99+207=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63CF is #409C30. Grayscale: #8A8A8A. Windows color (decimal): -4234289 or 13591487. OLE color: 13591487.
HSL color Cylindrical-coordinate representation of color #BF63CF: hue angle of 291.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF63CF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 99 | 207 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.19 |
| HSL | 291.11º | 0.53% | 0.6% | - |
| HSV(B) | 291.11º | 0.52% | 0.81% | - |
| XYZ | 37.21 | 24.51 | 61.8 | - |
| YUV | 138.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 207 | 0.08 | 0.52 | 0 | 0.19 | 291.11 | 0.53 | 0.6 |
| Hex | BF | 63 | CF | 8 | 34 | 0 | 13 | 123 | 35 | 3C |
| Octal | 277 | 143 | 317 | 10 | 64 | 0 | 23 | 443 | 65 | 74 |
| Binary | 10111111 | 1100011 | 11001111 | 1000 | 110100 | 0 | 10011 | 100100011 | 110101 | 111100 |
Color Harmonies of #BF63CF
Complementary color
Monochromatic Colors of #BF63CF
Black with #BF63CF
Text Example
Text Example
White with #BF63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63CF; }
p { color: rgb(191,99,207); }
H1.HeaderClassName
{
color: #BF63CF;
}
.AnyTagClassName
{
color: #BF63CF;
}
</style>
background-color css
<style>
a { background-color: #BF63CF; }
a { background-color: rgb(191,99,207); }
div.DivClassName
{
background-color: #BF63CF;
}
.BgClassName
{
background-color: #BF63CF;
}
</style>
border-color css
<style>
span { border-color: #BF63CF; }
span { border-color: rgb(191,99,207); }
td.TdClassName
{
border-color: #BF63CF;
}
.TagClassName
{
border-color: #BF63CF;
}
</style>