Shades of Medium Orchid #BF75DF
Tints of Medium Orchid #BF75DF
RGB
CMYK
RGB Variations
Color information
#BF75DF (or 0xBF75DF) is known color: Medium Orchid. HEX triplet: BF, 75 and DF. RGB value is (191,117,223). Sum of RGB (Red+Green+Blue) = 191+117+223=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75DF is #408A20. Grayscale: #969696. Windows color (decimal): -4229665 or 14644671. OLE color: 14644671.
HSL color Cylindrical-coordinate representation of color #BF75DF: hue angle of 281.89º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF75DF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 117 | 223 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.13 |
| HSL | 281.89º | 0.62% | 0.67% | - |
| HSV(B) | 281.89º | 0.48% | 0.87% | - |
| XYZ | 41.17 | 29.13 | 73.26 | - |
| YUV | 151.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 223 | 0.14 | 0.48 | 0 | 0.13 | 281.89 | 0.62 | 0.67 |
| Hex | BF | 75 | DF | E | 30 | 0 | D | 11A | 3E | 43 |
| Octal | 277 | 165 | 337 | 16 | 60 | 0 | 15 | 432 | 76 | 103 |
| Binary | 10111111 | 1110101 | 11011111 | 1110 | 110000 | 0 | 1101 | 100011010 | 111110 | 1000011 |
Color Harmonies of #BF75DF
Complementary color
Monochromatic Colors of #BF75DF
Black with #BF75DF
Text Example
Text Example
White with #BF75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF75DF; }
p { color: rgb(191,117,223); }
H1.HeaderClassName
{
color: #BF75DF;
}
.AnyTagClassName
{
color: #BF75DF;
}
</style>
background-color css
<style>
a { background-color: #BF75DF; }
a { background-color: rgb(191,117,223); }
div.DivClassName
{
background-color: #BF75DF;
}
.BgClassName
{
background-color: #BF75DF;
}
</style>
border-color css
<style>
span { border-color: #BF75DF; }
span { border-color: rgb(191,117,223); }
td.TdClassName
{
border-color: #BF75DF;
}
.TagClassName
{
border-color: #BF75DF;
}
</style>