Shades of Medium Orchid #BF56E5
Tints of Medium Orchid #BF56E5
RGB
CMYK
RGB Variations
Color information
#BF56E5 (or 0xBF56E5) is known color: Medium Orchid. HEX triplet: BF, 56 and E5. RGB value is (191,86,229). Sum of RGB (Red+Green+Blue) = 191+86+229=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF56E5 is #40A91A. Grayscale: #858585. Windows color (decimal): -4237595 or 15029951. OLE color: 15029951.
HSL color Cylindrical-coordinate representation of color #BF56E5: hue angle of 284.06º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF56E5 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 86 | 229 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.10 |
| HSL | 284.06º | 0.73% | 0.62% | - |
| HSV(B) | 284.06º | 0.62% | 0.9% | - |
| XYZ | 38.96 | 23.39 | 76.59 | - |
| YUV | 133.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 229 | 0.17 | 0.62 | 0 | 0.10 | 284.06 | 0.73 | 0.62 |
| Hex | BF | 56 | E5 | 11 | 3E | 0 | A | 11C | 49 | 3E |
| Octal | 277 | 126 | 345 | 21 | 76 | 0 | 12 | 434 | 111 | 76 |
| Binary | 10111111 | 1010110 | 11100101 | 10001 | 111110 | 0 | 1010 | 100011100 | 1001001 | 111110 |
Color Harmonies of #BF56E5
Complementary color
Monochromatic Colors of #BF56E5
Black with #BF56E5
Text Example
Text Example
White with #BF56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56E5; }
p { color: rgb(191,86,229); }
H1.HeaderClassName
{
color: #BF56E5;
}
.AnyTagClassName
{
color: #BF56E5;
}
</style>
background-color css
<style>
a { background-color: #BF56E5; }
a { background-color: rgb(191,86,229); }
div.DivClassName
{
background-color: #BF56E5;
}
.BgClassName
{
background-color: #BF56E5;
}
</style>
border-color css
<style>
span { border-color: #BF56E5; }
span { border-color: rgb(191,86,229); }
td.TdClassName
{
border-color: #BF56E5;
}
.TagClassName
{
border-color: #BF56E5;
}
</style>