Shades of Orchid #BF7ACD
Tints of Orchid #BF7ACD
RGB
CMYK
RGB Variations
Color information
#BF7ACD (or 0xBF7ACD) is known color: Orchid. HEX triplet: BF, 7A and CD. RGB value is (191,122,205). Sum of RGB (Red+Green+Blue) = 191+122+205=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ACD is #408532. Grayscale: #979797. Windows color (decimal): -4228403 or 13466303. OLE color: 13466303.
HSL color Cylindrical-coordinate representation of color #BF7ACD: hue angle of 289.88º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7ACD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 122 | 205 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.20 |
| HSL | 289.88º | 0.45% | 0.64% | - |
| HSV(B) | 289.88º | 0.4% | 0.8% | - |
| XYZ | 39.46 | 29.4 | 61.35 | - |
| YUV | 152.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 205 | 0.07 | 0.40 | 0 | 0.20 | 289.88 | 0.45 | 0.64 |
| Hex | BF | 7A | CD | 7 | 28 | 0 | 14 | 122 | 2D | 40 |
| Octal | 277 | 172 | 315 | 7 | 50 | 0 | 24 | 442 | 55 | 100 |
| Binary | 10111111 | 1111010 | 11001101 | 111 | 101000 | 0 | 10100 | 100100010 | 101101 | 1000000 |
Color Harmonies of #BF7ACD
Complementary color
Monochromatic Colors of #BF7ACD
Black with #BF7ACD
Text Example
Text Example
White with #BF7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7ACD; }
p { color: rgb(191,122,205); }
H1.HeaderClassName
{
color: #BF7ACD;
}
.AnyTagClassName
{
color: #BF7ACD;
}
</style>
background-color css
<style>
a { background-color: #BF7ACD; }
a { background-color: rgb(191,122,205); }
div.DivClassName
{
background-color: #BF7ACD;
}
.BgClassName
{
background-color: #BF7ACD;
}
</style>
border-color css
<style>
span { border-color: #BF7ACD; }
span { border-color: rgb(191,122,205); }
td.TdClassName
{
border-color: #BF7ACD;
}
.TagClassName
{
border-color: #BF7ACD;
}
</style>