Shades of Medium Orchid #BF56E8
Tints of Medium Orchid #BF56E8
RGB
CMYK
RGB Variations
Color information
#BF56E8 (or 0xBF56E8) is known color: Medium Orchid. HEX triplet: BF, 56 and E8. RGB value is (191,86,232). Sum of RGB (Red+Green+Blue) = 191+86+232=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF56E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF56E8 is #40A917. Grayscale: #858585. Windows color (decimal): -4237592 or 15226559. OLE color: 15226559.
HSL color Cylindrical-coordinate representation of color #BF56E8: hue angle of 283.15º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF56E8 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 86 | 232 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.09 |
| HSL | 283.15º | 0.76% | 0.62% | - |
| HSV(B) | 283.15º | 0.63% | 0.91% | - |
| XYZ | 39.38 | 23.56 | 78.82 | - |
| YUV | 134.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 232 | 0.18 | 0.63 | 0 | 0.09 | 283.15 | 0.76 | 0.62 |
| Hex | BF | 56 | E8 | 12 | 3F | 0 | 9 | 11B | 4C | 3E |
| Octal | 277 | 126 | 350 | 22 | 77 | 0 | 11 | 433 | 114 | 76 |
| Binary | 10111111 | 1010110 | 11101000 | 10010 | 111111 | 0 | 1001 | 100011011 | 1001100 | 111110 |
Color Harmonies of #BF56E8
Complementary color
Monochromatic Colors of #BF56E8
Black with #BF56E8
Text Example
Text Example
White with #BF56E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56E8; }
p { color: rgb(191,86,232); }
H1.HeaderClassName
{
color: #BF56E8;
}
.AnyTagClassName
{
color: #BF56E8;
}
</style>
background-color css
<style>
a { background-color: #BF56E8; }
a { background-color: rgb(191,86,232); }
div.DivClassName
{
background-color: #BF56E8;
}
.BgClassName
{
background-color: #BF56E8;
}
</style>
border-color css
<style>
span { border-color: #BF56E8; }
span { border-color: rgb(191,86,232); }
td.TdClassName
{
border-color: #BF56E8;
}
.TagClassName
{
border-color: #BF56E8;
}
</style>