Shades of Medium Orchid #BF50DF
Tints of Medium Orchid #BF50DF
RGB
CMYK
RGB Variations
Color information
#BF50DF (or 0xBF50DF) is known color: Medium Orchid. HEX triplet: BF, 50 and DF. RGB value is (191,80,223). Sum of RGB (Red+Green+Blue) = 191+80+223=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50DF is #40AF20. Grayscale: #818181. Windows color (decimal): -4239137 or 14635199. OLE color: 14635199.
HSL color Cylindrical-coordinate representation of color #BF50DF: hue angle of 286.57º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF50DF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 80 | 223 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.13 |
| HSL | 286.57º | 0.69% | 0.59% | - |
| HSV(B) | 286.57º | 0.64% | 0.87% | - |
| XYZ | 37.67 | 22.14 | 72.1 | - |
| YUV | 129.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 223 | 0.14 | 0.64 | 0 | 0.13 | 286.57 | 0.69 | 0.59 |
| Hex | BF | 50 | DF | E | 40 | 0 | D | 11F | 45 | 3B |
| Octal | 277 | 120 | 337 | 16 | 100 | 0 | 15 | 437 | 105 | 73 |
| Binary | 10111111 | 1010000 | 11011111 | 1110 | 1000000 | 0 | 1101 | 100011111 | 1000101 | 111011 |
Color Harmonies of #BF50DF
Complementary color
Monochromatic Colors of #BF50DF
Black with #BF50DF
Text Example
Text Example
White with #BF50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50DF; }
p { color: rgb(191,80,223); }
H1.HeaderClassName
{
color: #BF50DF;
}
.AnyTagClassName
{
color: #BF50DF;
}
</style>
background-color css
<style>
a { background-color: #BF50DF; }
a { background-color: rgb(191,80,223); }
div.DivClassName
{
background-color: #BF50DF;
}
.BgClassName
{
background-color: #BF50DF;
}
</style>
border-color css
<style>
span { border-color: #BF50DF; }
span { border-color: rgb(191,80,223); }
td.TdClassName
{
border-color: #BF50DF;
}
.TagClassName
{
border-color: #BF50DF;
}
</style>