Shades of Medium Orchid #BF50D6
Tints of Medium Orchid #BF50D6
RGB
CMYK
RGB Variations
Color information
#BF50D6 (or 0xBF50D6) is known color: Medium Orchid. HEX triplet: BF, 50 and D6. RGB value is (191,80,214). Sum of RGB (Red+Green+Blue) = 191+80+214=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF50D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50D6 is #40AF29. Grayscale: #808080. Windows color (decimal): -4239146 or 14045375. OLE color: 14045375.
HSL color Cylindrical-coordinate representation of color #BF50D6: hue angle of 289.7º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF50D6 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 80 | 214 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.16 |
| HSL | 289.7º | 0.62% | 0.58% | - |
| HSV(B) | 289.7º | 0.63% | 0.84% | - |
| XYZ | 36.49 | 21.67 | 65.88 | - |
| YUV | 128.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 214 | 0.11 | 0.63 | 0 | 0.16 | 289.7 | 0.62 | 0.58 |
| Hex | BF | 50 | D6 | B | 3F | 0 | 10 | 122 | 3E | 3A |
| Octal | 277 | 120 | 326 | 13 | 77 | 0 | 20 | 442 | 76 | 72 |
| Binary | 10111111 | 1010000 | 11010110 | 1011 | 111111 | 0 | 10000 | 100100010 | 111110 | 111010 |
Color Harmonies of #BF50D6
Complementary color
Monochromatic Colors of #BF50D6
Black with #BF50D6
Text Example
Text Example
White with #BF50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50D6; }
p { color: rgb(191,80,214); }
H1.HeaderClassName
{
color: #BF50D6;
}
.AnyTagClassName
{
color: #BF50D6;
}
</style>
background-color css
<style>
a { background-color: #BF50D6; }
a { background-color: rgb(191,80,214); }
div.DivClassName
{
background-color: #BF50D6;
}
.BgClassName
{
background-color: #BF50D6;
}
</style>
border-color css
<style>
span { border-color: #BF50D6; }
span { border-color: rgb(191,80,214); }
td.TdClassName
{
border-color: #BF50D6;
}
.TagClassName
{
border-color: #BF50D6;
}
</style>