Shades of Medium Orchid #B756CE
Tints of Medium Orchid #B756CE
RGB
CMYK
RGB Variations
Color information
#B756CE (or 0xB756CE) is known color: Medium Orchid. HEX triplet: B7, 56 and CE. RGB value is (183,86,206). Sum of RGB (Red+Green+Blue) = 183+86+206=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #B756CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756CE is #48A931. Grayscale: #808080. Windows color (decimal): -4761906 or 13522615. OLE color: 13522615.
HSL color Cylindrical-coordinate representation of color #B756CE: hue angle of 288.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B756CE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 86 | 206 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.19 |
| HSL | 288.5º | 0.55% | 0.57% | - |
| HSV(B) | 288.5º | 0.58% | 0.81% | - |
| XYZ | 34 | 21.18 | 60.69 | - |
| YUV | 128.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 206 | 0.11 | 0.58 | 0 | 0.19 | 288.5 | 0.55 | 0.57 |
| Hex | B7 | 56 | CE | B | 3A | 0 | 13 | 120 | 37 | 39 |
| Octal | 267 | 126 | 316 | 13 | 72 | 0 | 23 | 440 | 67 | 71 |
| Binary | 10110111 | 1010110 | 11001110 | 1011 | 111010 | 0 | 10011 | 100100000 | 110111 | 111001 |
Color Harmonies of #B756CE
Complementary color
Monochromatic Colors of #B756CE
Black with #B756CE
Text Example
Text Example
White with #B756CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756CE; }
p { color: rgb(183,86,206); }
H1.HeaderClassName
{
color: #B756CE;
}
.AnyTagClassName
{
color: #B756CE;
}
</style>
background-color css
<style>
a { background-color: #B756CE; }
a { background-color: rgb(183,86,206); }
div.DivClassName
{
background-color: #B756CE;
}
.BgClassName
{
background-color: #B756CE;
}
</style>
border-color css
<style>
span { border-color: #B756CE; }
span { border-color: rgb(183,86,206); }
td.TdClassName
{
border-color: #B756CE;
}
.TagClassName
{
border-color: #B756CE;
}
</style>