Shades of Medium Orchid #BF78DF
Tints of Medium Orchid #BF78DF
RGB
CMYK
RGB Variations
Color information
#BF78DF (or 0xBF78DF) is known color: Medium Orchid. HEX triplet: BF, 78 and DF. RGB value is (191,120,223). Sum of RGB (Red+Green+Blue) = 191+120+223=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78DF is #408720. Grayscale: #989898. Windows color (decimal): -4228897 or 14645439. OLE color: 14645439.
HSL color Cylindrical-coordinate representation of color #BF78DF: hue angle of 281.36º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF78DF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 120 | 223 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.13 |
| HSL | 281.36º | 0.62% | 0.67% | - |
| HSV(B) | 281.36º | 0.46% | 0.87% | - |
| XYZ | 41.52 | 29.84 | 73.38 | - |
| YUV | 152.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 223 | 0.14 | 0.46 | 0 | 0.13 | 281.36 | 0.62 | 0.67 |
| Hex | BF | 78 | DF | E | 2E | 0 | D | 119 | 3E | 43 |
| Octal | 277 | 170 | 337 | 16 | 56 | 0 | 15 | 431 | 76 | 103 |
| Binary | 10111111 | 1111000 | 11011111 | 1110 | 101110 | 0 | 1101 | 100011001 | 111110 | 1000011 |
Color Harmonies of #BF78DF
Complementary color
Monochromatic Colors of #BF78DF
Black with #BF78DF
Text Example
Text Example
White with #BF78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78DF; }
p { color: rgb(191,120,223); }
H1.HeaderClassName
{
color: #BF78DF;
}
.AnyTagClassName
{
color: #BF78DF;
}
</style>
background-color css
<style>
a { background-color: #BF78DF; }
a { background-color: rgb(191,120,223); }
div.DivClassName
{
background-color: #BF78DF;
}
.BgClassName
{
background-color: #BF78DF;
}
</style>
border-color css
<style>
span { border-color: #BF78DF; }
span { border-color: rgb(191,120,223); }
td.TdClassName
{
border-color: #BF78DF;
}
.TagClassName
{
border-color: #BF78DF;
}
</style>