Shades of Medium Orchid #BF76E6
Tints of Medium Orchid #BF76E6
RGB
CMYK
RGB Variations
Color information
#BF76E6 (or 0xBF76E6) is known color: Medium Orchid. HEX triplet: BF, 76 and E6. RGB value is (191,118,230). Sum of RGB (Red+Green+Blue) = 191+118+230=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76E6 is #408919. Grayscale: #989898. Windows color (decimal): -4229402 or 15103679. OLE color: 15103679.
HSL color Cylindrical-coordinate representation of color #BF76E6: hue angle of 279.11º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF76E6 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 118 | 230 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.10 |
| HSL | 279.11º | 0.69% | 0.68% | - |
| HSV(B) | 279.11º | 0.49% | 0.9% | - |
| XYZ | 42.25 | 29.75 | 78.38 | - |
| YUV | 152.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 230 | 0.17 | 0.49 | 0 | 0.10 | 279.11 | 0.69 | 0.68 |
| Hex | BF | 76 | E6 | 11 | 31 | 0 | A | 117 | 45 | 44 |
| Octal | 277 | 166 | 346 | 21 | 61 | 0 | 12 | 427 | 105 | 104 |
| Binary | 10111111 | 1110110 | 11100110 | 10001 | 110001 | 0 | 1010 | 100010111 | 1000101 | 1000100 |
Color Harmonies of #BF76E6
Complementary color
Monochromatic Colors of #BF76E6
Black with #BF76E6
Text Example
Text Example
White with #BF76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76E6; }
p { color: rgb(191,118,230); }
H1.HeaderClassName
{
color: #BF76E6;
}
.AnyTagClassName
{
color: #BF76E6;
}
</style>
background-color css
<style>
a { background-color: #BF76E6; }
a { background-color: rgb(191,118,230); }
div.DivClassName
{
background-color: #BF76E6;
}
.BgClassName
{
background-color: #BF76E6;
}
</style>
border-color css
<style>
span { border-color: #BF76E6; }
span { border-color: rgb(191,118,230); }
td.TdClassName
{
border-color: #BF76E6;
}
.TagClassName
{
border-color: #BF76E6;
}
</style>