Shades of Medium Orchid #BF64DF
Tints of Medium Orchid #BF64DF
RGB
CMYK
RGB Variations
Color information
#BF64DF (or 0xBF64DF) is known color: Medium Orchid. HEX triplet: BF, 64 and DF. RGB value is (191,100,223). Sum of RGB (Red+Green+Blue) = 191+100+223=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64DF is #409B20. Grayscale: #8C8C8C. Windows color (decimal): -4234017 or 14640319. OLE color: 14640319.
HSL color Cylindrical-coordinate representation of color #BF64DF: hue angle of 284.39º degrees, saturation: 0.66, 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 #BF64DF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 100 | 223 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.13 |
| HSL | 284.39º | 0.66% | 0.63% | - |
| HSV(B) | 284.39º | 0.55% | 0.87% | - |
| XYZ | 39.36 | 25.52 | 72.66 | - |
| YUV | 141.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 223 | 0.14 | 0.55 | 0 | 0.13 | 284.39 | 0.66 | 0.63 |
| Hex | BF | 64 | DF | E | 37 | 0 | D | 11C | 42 | 3F |
| Octal | 277 | 144 | 337 | 16 | 67 | 0 | 15 | 434 | 102 | 77 |
| Binary | 10111111 | 1100100 | 11011111 | 1110 | 110111 | 0 | 1101 | 100011100 | 1000010 | 111111 |
Color Harmonies of #BF64DF
Complementary color
Monochromatic Colors of #BF64DF
Black with #BF64DF
Text Example
Text Example
White with #BF64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64DF; }
p { color: rgb(191,100,223); }
H1.HeaderClassName
{
color: #BF64DF;
}
.AnyTagClassName
{
color: #BF64DF;
}
</style>
background-color css
<style>
a { background-color: #BF64DF; }
a { background-color: rgb(191,100,223); }
div.DivClassName
{
background-color: #BF64DF;
}
.BgClassName
{
background-color: #BF64DF;
}
</style>
border-color css
<style>
span { border-color: #BF64DF; }
span { border-color: rgb(191,100,223); }
td.TdClassName
{
border-color: #BF64DF;
}
.TagClassName
{
border-color: #BF64DF;
}
</style>