Shades of Medium Orchid #BF56E6
Tints of Medium Orchid #BF56E6
RGB
CMYK
RGB Variations
Color information
#BF56E6 (or 0xBF56E6) is known color: Medium Orchid. HEX triplet: BF, 56 and E6. RGB value is (191,86,230). Sum of RGB (Red+Green+Blue) = 191+86+230=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF56E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF56E6 is #40A919. Grayscale: #858585. Windows color (decimal): -4237594 or 15095487. OLE color: 15095487.
HSL color Cylindrical-coordinate representation of color #BF56E6: hue angle of 283.75º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF56E6 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 86 | 230 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.10 |
| HSL | 283.75º | 0.74% | 0.62% | - |
| HSV(B) | 283.75º | 0.63% | 0.9% | - |
| XYZ | 39.1 | 23.45 | 77.33 | - |
| YUV | 133.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 230 | 0.17 | 0.63 | 0 | 0.10 | 283.75 | 0.74 | 0.62 |
| Hex | BF | 56 | E6 | 11 | 3F | 0 | A | 11C | 4A | 3E |
| Octal | 277 | 126 | 346 | 21 | 77 | 0 | 12 | 434 | 112 | 76 |
| Binary | 10111111 | 1010110 | 11100110 | 10001 | 111111 | 0 | 1010 | 100011100 | 1001010 | 111110 |
Color Harmonies of #BF56E6
Complementary color
Monochromatic Colors of #BF56E6
Black with #BF56E6
Text Example
Text Example
White with #BF56E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56E6; }
p { color: rgb(191,86,230); }
H1.HeaderClassName
{
color: #BF56E6;
}
.AnyTagClassName
{
color: #BF56E6;
}
</style>
background-color css
<style>
a { background-color: #BF56E6; }
a { background-color: rgb(191,86,230); }
div.DivClassName
{
background-color: #BF56E6;
}
.BgClassName
{
background-color: #BF56E6;
}
</style>
border-color css
<style>
span { border-color: #BF56E6; }
span { border-color: rgb(191,86,230); }
td.TdClassName
{
border-color: #BF56E6;
}
.TagClassName
{
border-color: #BF56E6;
}
</style>