Shades of Medium Orchid #B756EC
Tints of Medium Orchid #B756EC
RGB
CMYK
RGB Variations
Color information
#B756EC (or 0xB756EC) is known color: Medium Orchid. HEX triplet: B7, 56 and EC. RGB value is (183,86,236). Sum of RGB (Red+Green+Blue) = 183+86+236=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #B756EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B756EC is #48A913. Grayscale: #838383. Windows color (decimal): -4761876 or 15488695. OLE color: 15488695.
HSL color Cylindrical-coordinate representation of color #B756EC: hue angle of 278.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B756EC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 86 | 236 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.07 |
| HSL | 278.8º | 0.8% | 0.63% | - |
| HSV(B) | 278.8º | 0.64% | 0.93% | - |
| XYZ | 38 | 22.78 | 81.75 | - |
| YUV | 132.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 236 | 0.22 | 0.64 | 0 | 0.07 | 278.8 | 0.8 | 0.63 |
| Hex | B7 | 56 | EC | 16 | 40 | 0 | 7 | 117 | 50 | 3F |
| Octal | 267 | 126 | 354 | 26 | 100 | 0 | 7 | 427 | 120 | 77 |
| Binary | 10110111 | 1010110 | 11101100 | 10110 | 1000000 | 0 | 111 | 100010111 | 1010000 | 111111 |
Color Harmonies of #B756EC
Complementary color
Monochromatic Colors of #B756EC
Black with #B756EC
Text Example
Text Example
White with #B756EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756EC; }
p { color: rgb(183,86,236); }
H1.HeaderClassName
{
color: #B756EC;
}
.AnyTagClassName
{
color: #B756EC;
}
</style>
background-color css
<style>
a { background-color: #B756EC; }
a { background-color: rgb(183,86,236); }
div.DivClassName
{
background-color: #B756EC;
}
.BgClassName
{
background-color: #B756EC;
}
</style>
border-color css
<style>
span { border-color: #B756EC; }
span { border-color: rgb(183,86,236); }
td.TdClassName
{
border-color: #B756EC;
}
.TagClassName
{
border-color: #B756EC;
}
</style>