Shades of Medium Orchid #BF54EE
Tints of Medium Orchid #BF54EE
RGB
CMYK
RGB Variations
Color information
#BF54EE (or 0xBF54EE) is known color: Medium Orchid. HEX triplet: BF, 54 and EE. RGB value is (191,84,238). Sum of RGB (Red+Green+Blue) = 191+84+238=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF54EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54EE is #40AB11. Grayscale: #858585. Windows color (decimal): -4238098 or 15619263. OLE color: 15619263.
HSL color Cylindrical-coordinate representation of color #BF54EE: hue angle of 281.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF54EE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 84 | 238 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.07 |
| HSL | 281.69º | 0.82% | 0.63% | - |
| HSV(B) | 281.69º | 0.65% | 0.93% | - |
| XYZ | 40.09 | 23.59 | 83.33 | - |
| YUV | 133.55 | 186.95 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 238 | 0.20 | 0.65 | 0 | 0.07 | 281.69 | 0.82 | 0.63 |
| Hex | BF | 54 | EE | 14 | 41 | 0 | 7 | 11A | 52 | 3F |
| Octal | 277 | 124 | 356 | 24 | 101 | 0 | 7 | 432 | 122 | 77 |
| Binary | 10111111 | 1010100 | 11101110 | 10100 | 1000001 | 0 | 111 | 100011010 | 1010010 | 111111 |
Color Harmonies of #BF54EE
Complementary color
Monochromatic Colors of #BF54EE
Black with #BF54EE
Text Example
Text Example
White with #BF54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54EE; }
p { color: rgb(191,84,238); }
H1.HeaderClassName
{
color: #BF54EE;
}
.AnyTagClassName
{
color: #BF54EE;
}
</style>
background-color css
<style>
a { background-color: #BF54EE; }
a { background-color: rgb(191,84,238); }
div.DivClassName
{
background-color: #BF54EE;
}
.BgClassName
{
background-color: #BF54EE;
}
</style>
border-color css
<style>
span { border-color: #BF54EE; }
span { border-color: rgb(191,84,238); }
td.TdClassName
{
border-color: #BF54EE;
}
.TagClassName
{
border-color: #BF54EE;
}
</style>