Shades of Orchid #BF76C7
Tints of Orchid #BF76C7
RGB
CMYK
RGB Variations
Color information
#BF76C7 (or 0xBF76C7) is known color: Orchid. HEX triplet: BF, 76 and C7. RGB value is (191,118,199). Sum of RGB (Red+Green+Blue) = 191+118+199=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C7 is #408938. Grayscale: #949494. Windows color (decimal): -4229433 or 13072063. OLE color: 13072063.
HSL color Cylindrical-coordinate representation of color #BF76C7: hue angle of 294.07º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF76C7 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 118 | 199 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.22 |
| HSL | 294.07º | 0.42% | 0.62% | - |
| HSV(B) | 294.07º | 0.41% | 0.78% | - |
| XYZ | 38.27 | 28.16 | 57.45 | - |
| YUV | 149.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 199 | 0.04 | 0.41 | 0 | 0.22 | 294.07 | 0.42 | 0.62 |
| Hex | BF | 76 | C7 | 4 | 29 | 0 | 16 | 126 | 2A | 3E |
| Octal | 277 | 166 | 307 | 4 | 51 | 0 | 26 | 446 | 52 | 76 |
| Binary | 10111111 | 1110110 | 11000111 | 100 | 101001 | 0 | 10110 | 100100110 | 101010 | 111110 |
Color Harmonies of #BF76C7
Complementary color
Monochromatic Colors of #BF76C7
Black with #BF76C7
Text Example
Text Example
White with #BF76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76C7; }
p { color: rgb(191,118,199); }
H1.HeaderClassName
{
color: #BF76C7;
}
.AnyTagClassName
{
color: #BF76C7;
}
</style>
background-color css
<style>
a { background-color: #BF76C7; }
a { background-color: rgb(191,118,199); }
div.DivClassName
{
background-color: #BF76C7;
}
.BgClassName
{
background-color: #BF76C7;
}
</style>
border-color css
<style>
span { border-color: #BF76C7; }
span { border-color: rgb(191,118,199); }
td.TdClassName
{
border-color: #BF76C7;
}
.TagClassName
{
border-color: #BF76C7;
}
</style>