Shades of Medium Orchid #BF63CE
Tints of Medium Orchid #BF63CE
RGB
CMYK
RGB Variations
Color information
#BF63CE (or 0xBF63CE) is known color: Medium Orchid. HEX triplet: BF, 63 and CE. RGB value is (191,99,206). Sum of RGB (Red+Green+Blue) = 191+99+206=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63CE is #409C31. Grayscale: #8A8A8A. Windows color (decimal): -4234290 or 13525951. OLE color: 13525951.
HSL color Cylindrical-coordinate representation of color #BF63CE: hue angle of 291.59º degrees, saturation: 0.52, 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 #BF63CE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 99 | 206 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.19 |
| HSL | 291.59º | 0.52% | 0.6% | - |
| HSV(B) | 291.59º | 0.52% | 0.81% | - |
| XYZ | 37.09 | 24.46 | 61.16 | - |
| YUV | 138.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 206 | 0.07 | 0.52 | 0 | 0.19 | 291.59 | 0.52 | 0.6 |
| Hex | BF | 63 | CE | 7 | 34 | 0 | 13 | 124 | 34 | 3C |
| Octal | 277 | 143 | 316 | 7 | 64 | 0 | 23 | 444 | 64 | 74 |
| Binary | 10111111 | 1100011 | 11001110 | 111 | 110100 | 0 | 10011 | 100100100 | 110100 | 111100 |
Color Harmonies of #BF63CE
Complementary color
Monochromatic Colors of #BF63CE
Black with #BF63CE
Text Example
Text Example
White with #BF63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63CE; }
p { color: rgb(191,99,206); }
H1.HeaderClassName
{
color: #BF63CE;
}
.AnyTagClassName
{
color: #BF63CE;
}
</style>
background-color css
<style>
a { background-color: #BF63CE; }
a { background-color: rgb(191,99,206); }
div.DivClassName
{
background-color: #BF63CE;
}
.BgClassName
{
background-color: #BF63CE;
}
</style>
border-color css
<style>
span { border-color: #BF63CE; }
span { border-color: rgb(191,99,206); }
td.TdClassName
{
border-color: #BF63CE;
}
.TagClassName
{
border-color: #BF63CE;
}
</style>