Shades of Medium Orchid #BF50EE
Tints of Medium Orchid #BF50EE
RGB
CMYK
RGB Variations
Color information
#BF50EE (or 0xBF50EE) is known color: Medium Orchid. HEX triplet: BF, 50 and EE. RGB value is (191,80,238). Sum of RGB (Red+Green+Blue) = 191+80+238=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF50EE is #40AF11. Grayscale: #828282. Windows color (decimal): -4239122 or 15618239. OLE color: 15618239.
HSL color Cylindrical-coordinate representation of color #BF50EE: hue angle of 282.15º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF50EE is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 80 | 238 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.07 |
| HSL | 282.15º | 0.82% | 0.62% | - |
| HSV(B) | 282.15º | 0.66% | 0.93% | - |
| XYZ | 39.79 | 22.99 | 83.23 | - |
| YUV | 131.2 | 188.27 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 238 | 0.20 | 0.66 | 0 | 0.07 | 282.15 | 0.82 | 0.62 |
| Hex | BF | 50 | EE | 14 | 42 | 0 | 7 | 11A | 52 | 3E |
| Octal | 277 | 120 | 356 | 24 | 102 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111111 | 1010000 | 11101110 | 10100 | 1000010 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BF50EE
Complementary color
Monochromatic Colors of #BF50EE
Black with #BF50EE
Text Example
Text Example
White with #BF50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50EE; }
p { color: rgb(191,80,238); }
H1.HeaderClassName
{
color: #BF50EE;
}
.AnyTagClassName
{
color: #BF50EE;
}
</style>
background-color css
<style>
a { background-color: #BF50EE; }
a { background-color: rgb(191,80,238); }
div.DivClassName
{
background-color: #BF50EE;
}
.BgClassName
{
background-color: #BF50EE;
}
</style>
border-color css
<style>
span { border-color: #BF50EE; }
span { border-color: rgb(191,80,238); }
td.TdClassName
{
border-color: #BF50EE;
}
.TagClassName
{
border-color: #BF50EE;
}
</style>