Shades of Medium Orchid #BF63DD
Tints of Medium Orchid #BF63DD
RGB
CMYK
RGB Variations
Color information
#BF63DD (or 0xBF63DD) is known color: Medium Orchid. HEX triplet: BF, 63 and DD. RGB value is (191,99,221). Sum of RGB (Red+Green+Blue) = 191+99+221=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63DD is #409C22. Grayscale: #8C8C8C. Windows color (decimal): -4234275 or 14508991. OLE color: 14508991.
HSL color Cylindrical-coordinate representation of color #BF63DD: hue angle of 285.25º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF63DD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 99 | 221 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.13 |
| HSL | 285.25º | 0.64% | 0.63% | - |
| HSV(B) | 285.25º | 0.55% | 0.87% | - |
| XYZ | 39 | 25.22 | 71.22 | - |
| YUV | 140.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 221 | 0.14 | 0.55 | 0 | 0.13 | 285.25 | 0.64 | 0.63 |
| Hex | BF | 63 | DD | E | 37 | 0 | D | 11D | 40 | 3F |
| Octal | 277 | 143 | 335 | 16 | 67 | 0 | 15 | 435 | 100 | 77 |
| Binary | 10111111 | 1100011 | 11011101 | 1110 | 110111 | 0 | 1101 | 100011101 | 1000000 | 111111 |
Color Harmonies of #BF63DD
Complementary color
Monochromatic Colors of #BF63DD
Black with #BF63DD
Text Example
Text Example
White with #BF63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63DD; }
p { color: rgb(191,99,221); }
H1.HeaderClassName
{
color: #BF63DD;
}
.AnyTagClassName
{
color: #BF63DD;
}
</style>
background-color css
<style>
a { background-color: #BF63DD; }
a { background-color: rgb(191,99,221); }
div.DivClassName
{
background-color: #BF63DD;
}
.BgClassName
{
background-color: #BF63DD;
}
</style>
border-color css
<style>
span { border-color: #BF63DD; }
span { border-color: rgb(191,99,221); }
td.TdClassName
{
border-color: #BF63DD;
}
.TagClassName
{
border-color: #BF63DD;
}
</style>