Shades of Medium Orchid #BF77DF
Tints of Medium Orchid #BF77DF
RGB
CMYK
RGB Variations
Color information
#BF77DF (or 0xBF77DF) is known color: Medium Orchid. HEX triplet: BF, 77 and DF. RGB value is (191,119,223). Sum of RGB (Red+Green+Blue) = 191+119+223=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77DF is #408820. Grayscale: #989898. Windows color (decimal): -4229153 or 14645183. OLE color: 14645183.
HSL color Cylindrical-coordinate representation of color #BF77DF: hue angle of 281.54º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF77DF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 119 | 223 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.13 |
| HSL | 281.54º | 0.62% | 0.67% | - |
| HSV(B) | 281.54º | 0.47% | 0.87% | - |
| XYZ | 41.4 | 29.6 | 73.34 | - |
| YUV | 152.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 223 | 0.14 | 0.47 | 0 | 0.13 | 281.54 | 0.62 | 0.67 |
| Hex | BF | 77 | DF | E | 2F | 0 | D | 11A | 3E | 43 |
| Octal | 277 | 167 | 337 | 16 | 57 | 0 | 15 | 432 | 76 | 103 |
| Binary | 10111111 | 1110111 | 11011111 | 1110 | 101111 | 0 | 1101 | 100011010 | 111110 | 1000011 |
Color Harmonies of #BF77DF
Complementary color
Monochromatic Colors of #BF77DF
Black with #BF77DF
Text Example
Text Example
White with #BF77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77DF; }
p { color: rgb(191,119,223); }
H1.HeaderClassName
{
color: #BF77DF;
}
.AnyTagClassName
{
color: #BF77DF;
}
</style>
background-color css
<style>
a { background-color: #BF77DF; }
a { background-color: rgb(191,119,223); }
div.DivClassName
{
background-color: #BF77DF;
}
.BgClassName
{
background-color: #BF77DF;
}
</style>
border-color css
<style>
span { border-color: #BF77DF; }
span { border-color: rgb(191,119,223); }
td.TdClassName
{
border-color: #BF77DF;
}
.TagClassName
{
border-color: #BF77DF;
}
</style>