Shades of Medium Orchid #B756ED
Tints of Medium Orchid #B756ED
RGB
CMYK
RGB Variations
Color information
#B756ED (or 0xB756ED) is known color: Medium Orchid. HEX triplet: B7, 56 and ED. RGB value is (183,86,237). Sum of RGB (Red+Green+Blue) = 183+86+237=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #B756ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B756ED is #48A912. Grayscale: #838383. Windows color (decimal): -4761875 or 15554231. OLE color: 15554231.
HSL color Cylindrical-coordinate representation of color #B756ED: hue angle of 278.54º degrees, saturation: 0.81, 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 #B756ED is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 86 | 237 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.07 |
| HSL | 278.54º | 0.81% | 0.63% | - |
| HSV(B) | 278.54º | 0.64% | 0.93% | - |
| XYZ | 38.14 | 22.84 | 82.52 | - |
| YUV | 132.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 237 | 0.23 | 0.64 | 0 | 0.07 | 278.54 | 0.81 | 0.63 |
| Hex | B7 | 56 | ED | 17 | 40 | 0 | 7 | 117 | 51 | 3F |
| Octal | 267 | 126 | 355 | 27 | 100 | 0 | 7 | 427 | 121 | 77 |
| Binary | 10110111 | 1010110 | 11101101 | 10111 | 1000000 | 0 | 111 | 100010111 | 1010001 | 111111 |
Color Harmonies of #B756ED
Complementary color
Monochromatic Colors of #B756ED
Black with #B756ED
Text Example
Text Example
White with #B756ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756ED; }
p { color: rgb(183,86,237); }
H1.HeaderClassName
{
color: #B756ED;
}
.AnyTagClassName
{
color: #B756ED;
}
</style>
background-color css
<style>
a { background-color: #B756ED; }
a { background-color: rgb(183,86,237); }
div.DivClassName
{
background-color: #B756ED;
}
.BgClassName
{
background-color: #B756ED;
}
</style>
border-color css
<style>
span { border-color: #B756ED; }
span { border-color: rgb(183,86,237); }
td.TdClassName
{
border-color: #B756ED;
}
.TagClassName
{
border-color: #B756ED;
}
</style>