Shades of Medium Orchid #B759F7
Tints of Medium Orchid #B759F7
RGB
CMYK
RGB Variations
Color information
#B759F7 (or 0xB759F7) is known color: Medium Orchid. HEX triplet: B7, 59 and F7. RGB value is (183,89,247). Sum of RGB (Red+Green+Blue) = 183+89+247=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #B759F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B759F7 is #48A608. Grayscale: #868686. Windows color (decimal): -4761097 or 16210359. OLE color: 16210359.
HSL color Cylindrical-coordinate representation of color #B759F7: hue angle of 275.7º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B759F7 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 89 | 247 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.03 |
| HSL | 275.7º | 0.91% | 0.66% | - |
| HSV(B) | 275.7º | 0.64% | 0.97% | - |
| XYZ | 39.89 | 23.93 | 90.51 | - |
| YUV | 135.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 247 | 0.26 | 0.64 | 0 | 0.03 | 275.7 | 0.91 | 0.66 |
| Hex | B7 | 59 | F7 | 1A | 40 | 0 | 3 | 114 | 5B | 42 |
| Octal | 267 | 131 | 367 | 32 | 100 | 0 | 3 | 424 | 133 | 102 |
| Binary | 10110111 | 1011001 | 11110111 | 11010 | 1000000 | 0 | 11 | 100010100 | 1011011 | 1000010 |
Color Harmonies of #B759F7
Complementary color
Monochromatic Colors of #B759F7
Black with #B759F7
Text Example
Text Example
White with #B759F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B759F7; }
p { color: rgb(183,89,247); }
H1.HeaderClassName
{
color: #B759F7;
}
.AnyTagClassName
{
color: #B759F7;
}
</style>
background-color css
<style>
a { background-color: #B759F7; }
a { background-color: rgb(183,89,247); }
div.DivClassName
{
background-color: #B759F7;
}
.BgClassName
{
background-color: #B759F7;
}
</style>
border-color css
<style>
span { border-color: #B759F7; }
span { border-color: rgb(183,89,247); }
td.TdClassName
{
border-color: #B759F7;
}
.TagClassName
{
border-color: #B759F7;
}
</style>