Shades of Orchid #BF76C9
Tints of Orchid #BF76C9
RGB
CMYK
RGB Variations
Color information
#BF76C9 (or 0xBF76C9) is known color: Orchid. HEX triplet: BF, 76 and C9. RGB value is (191,118,201). Sum of RGB (Red+Green+Blue) = 191+118+201=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C9 is #408936. Grayscale: #959595. Windows color (decimal): -4229431 or 13203135. OLE color: 13203135.
HSL color Cylindrical-coordinate representation of color #BF76C9: hue angle of 292.77º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF76C9 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 118 | 201 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.21 |
| HSL | 292.77º | 0.43% | 0.63% | - |
| HSV(B) | 292.77º | 0.41% | 0.79% | - |
| XYZ | 38.51 | 28.25 | 58.68 | - |
| YUV | 149.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 201 | 0.05 | 0.41 | 0 | 0.21 | 292.77 | 0.43 | 0.63 |
| Hex | BF | 76 | C9 | 5 | 29 | 0 | 15 | 125 | 2B | 3F |
| Octal | 277 | 166 | 311 | 5 | 51 | 0 | 25 | 445 | 53 | 77 |
| Binary | 10111111 | 1110110 | 11001001 | 101 | 101001 | 0 | 10101 | 100100101 | 101011 | 111111 |
Color Harmonies of #BF76C9
Complementary color
Monochromatic Colors of #BF76C9
Black with #BF76C9
Text Example
Text Example
White with #BF76C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76C9; }
p { color: rgb(191,118,201); }
H1.HeaderClassName
{
color: #BF76C9;
}
.AnyTagClassName
{
color: #BF76C9;
}
</style>
background-color css
<style>
a { background-color: #BF76C9; }
a { background-color: rgb(191,118,201); }
div.DivClassName
{
background-color: #BF76C9;
}
.BgClassName
{
background-color: #BF76C9;
}
</style>
border-color css
<style>
span { border-color: #BF76C9; }
span { border-color: rgb(191,118,201); }
td.TdClassName
{
border-color: #BF76C9;
}
.TagClassName
{
border-color: #BF76C9;
}
</style>