Shades of Medium Orchid #BF67DD
Tints of Medium Orchid #BF67DD
RGB
CMYK
RGB Variations
Color information
#BF67DD (or 0xBF67DD) is known color: Medium Orchid. HEX triplet: BF, 67 and DD. RGB value is (191,103,221). Sum of RGB (Red+Green+Blue) = 191+103+221=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67DD is #409822. Grayscale: #8E8E8E. Windows color (decimal): -4233251 or 14510015. OLE color: 14510015.
HSL color Cylindrical-coordinate representation of color #BF67DD: hue angle of 284.75º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF67DD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 103 | 221 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.13 |
| HSL | 284.75º | 0.63% | 0.64% | - |
| HSV(B) | 284.75º | 0.53% | 0.87% | - |
| XYZ | 39.39 | 26 | 71.35 | - |
| YUV | 142.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 221 | 0.14 | 0.53 | 0 | 0.13 | 284.75 | 0.63 | 0.64 |
| Hex | BF | 67 | DD | E | 35 | 0 | D | 11D | 3F | 40 |
| Octal | 277 | 147 | 335 | 16 | 65 | 0 | 15 | 435 | 77 | 100 |
| Binary | 10111111 | 1100111 | 11011101 | 1110 | 110101 | 0 | 1101 | 100011101 | 111111 | 1000000 |
Color Harmonies of #BF67DD
Complementary color
Monochromatic Colors of #BF67DD
Black with #BF67DD
Text Example
Text Example
White with #BF67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67DD; }
p { color: rgb(191,103,221); }
H1.HeaderClassName
{
color: #BF67DD;
}
.AnyTagClassName
{
color: #BF67DD;
}
</style>
background-color css
<style>
a { background-color: #BF67DD; }
a { background-color: rgb(191,103,221); }
div.DivClassName
{
background-color: #BF67DD;
}
.BgClassName
{
background-color: #BF67DD;
}
</style>
border-color css
<style>
span { border-color: #BF67DD; }
span { border-color: rgb(191,103,221); }
td.TdClassName
{
border-color: #BF67DD;
}
.TagClassName
{
border-color: #BF67DD;
}
</style>