Shades of Orchid #BF7BD7
Tints of Orchid #BF7BD7
RGB
CMYK
RGB Variations
Color information
#BF7BD7 (or 0xBF7BD7) is known color: Orchid. HEX triplet: BF, 7B and D7. RGB value is (191,123,215). Sum of RGB (Red+Green+Blue) = 191+123+215=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BD7 is #408428. Grayscale: #999999. Windows color (decimal): -4228137 or 14121919. OLE color: 14121919.
HSL color Cylindrical-coordinate representation of color #BF7BD7: hue angle of 284.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7BD7 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 123 | 215 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.16 |
| HSL | 284.35º | 0.53% | 0.66% | - |
| HSV(B) | 284.35º | 0.43% | 0.84% | - |
| XYZ | 40.83 | 30.15 | 67.96 | - |
| YUV | 153.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 215 | 0.11 | 0.43 | 0 | 0.16 | 284.35 | 0.53 | 0.66 |
| Hex | BF | 7B | D7 | B | 2B | 0 | 10 | 11C | 35 | 42 |
| Octal | 277 | 173 | 327 | 13 | 53 | 0 | 20 | 434 | 65 | 102 |
| Binary | 10111111 | 1111011 | 11010111 | 1011 | 101011 | 0 | 10000 | 100011100 | 110101 | 1000010 |
Color Harmonies of #BF7BD7
Complementary color
Monochromatic Colors of #BF7BD7
Black with #BF7BD7
Text Example
Text Example
White with #BF7BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BD7; }
p { color: rgb(191,123,215); }
H1.HeaderClassName
{
color: #BF7BD7;
}
.AnyTagClassName
{
color: #BF7BD7;
}
</style>
background-color css
<style>
a { background-color: #BF7BD7; }
a { background-color: rgb(191,123,215); }
div.DivClassName
{
background-color: #BF7BD7;
}
.BgClassName
{
background-color: #BF7BD7;
}
</style>
border-color css
<style>
span { border-color: #BF7BD7; }
span { border-color: rgb(191,123,215); }
td.TdClassName
{
border-color: #BF7BD7;
}
.TagClassName
{
border-color: #BF7BD7;
}
</style>