Shades of Medium Orchid #BF76D5
Tints of Medium Orchid #BF76D5
RGB
CMYK
RGB Variations
Color information
#BF76D5 (or 0xBF76D5) is known color: Medium Orchid. HEX triplet: BF, 76 and D5. RGB value is (191,118,213). Sum of RGB (Red+Green+Blue) = 191+118+213=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76D5 is #40892A. Grayscale: #969696. Windows color (decimal): -4229419 or 13989567. OLE color: 13989567.
HSL color Cylindrical-coordinate representation of color #BF76D5: hue angle of 286.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF76D5 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 118 | 213 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.16 |
| HSL | 286.11º | 0.53% | 0.65% | - |
| HSV(B) | 286.11º | 0.45% | 0.84% | - |
| XYZ | 39.97 | 28.84 | 66.41 | - |
| YUV | 150.66 | 163.18 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 213 | 0.10 | 0.45 | 0 | 0.16 | 286.11 | 0.53 | 0.65 |
| Hex | BF | 76 | D5 | A | 2D | 0 | 10 | 11E | 35 | 41 |
| Octal | 277 | 166 | 325 | 12 | 55 | 0 | 20 | 436 | 65 | 101 |
| Binary | 10111111 | 1110110 | 11010101 | 1010 | 101101 | 0 | 10000 | 100011110 | 110101 | 1000001 |
Color Harmonies of #BF76D5
Complementary color
Monochromatic Colors of #BF76D5
Black with #BF76D5
Text Example
Text Example
White with #BF76D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76D5; }
p { color: rgb(191,118,213); }
H1.HeaderClassName
{
color: #BF76D5;
}
.AnyTagClassName
{
color: #BF76D5;
}
</style>
background-color css
<style>
a { background-color: #BF76D5; }
a { background-color: rgb(191,118,213); }
div.DivClassName
{
background-color: #BF76D5;
}
.BgClassName
{
background-color: #BF76D5;
}
</style>
border-color css
<style>
span { border-color: #BF76D5; }
span { border-color: rgb(191,118,213); }
td.TdClassName
{
border-color: #BF76D5;
}
.TagClassName
{
border-color: #BF76D5;
}
</style>