Shades of Medium Orchid #BF65DC
Tints of Medium Orchid #BF65DC
RGB
CMYK
RGB Variations
Color information
#BF65DC (or 0xBF65DC) is known color: Medium Orchid. HEX triplet: BF, 65 and DC. RGB value is (191,101,220). Sum of RGB (Red+Green+Blue) = 191+101+220=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65DC is #409A23. Grayscale: #8D8D8D. Windows color (decimal): -4233764 or 14443967. OLE color: 14443967.
HSL color Cylindrical-coordinate representation of color #BF65DC: hue angle of 285.38º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF65DC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 101 | 220 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.14 |
| HSL | 285.38º | 0.63% | 0.63% | - |
| HSV(B) | 285.38º | 0.54% | 0.86% | - |
| XYZ | 39.06 | 25.55 | 70.58 | - |
| YUV | 141.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 220 | 0.13 | 0.54 | 0 | 0.14 | 285.38 | 0.63 | 0.63 |
| Hex | BF | 65 | DC | D | 36 | 0 | E | 11D | 3F | 3F |
| Octal | 277 | 145 | 334 | 15 | 66 | 0 | 16 | 435 | 77 | 77 |
| Binary | 10111111 | 1100101 | 11011100 | 1101 | 110110 | 0 | 1110 | 100011101 | 111111 | 111111 |
Color Harmonies of #BF65DC
Complementary color
Monochromatic Colors of #BF65DC
Black with #BF65DC
Text Example
Text Example
White with #BF65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65DC; }
p { color: rgb(191,101,220); }
H1.HeaderClassName
{
color: #BF65DC;
}
.AnyTagClassName
{
color: #BF65DC;
}
</style>
background-color css
<style>
a { background-color: #BF65DC; }
a { background-color: rgb(191,101,220); }
div.DivClassName
{
background-color: #BF65DC;
}
.BgClassName
{
background-color: #BF65DC;
}
</style>
border-color css
<style>
span { border-color: #BF65DC; }
span { border-color: rgb(191,101,220); }
td.TdClassName
{
border-color: #BF65DC;
}
.TagClassName
{
border-color: #BF65DC;
}
</style>