Shades of Medium Orchid #B756D7
Tints of Medium Orchid #B756D7
RGB
CMYK
RGB Variations
Color information
#B756D7 (or 0xB756D7) is known color: Medium Orchid. HEX triplet: B7, 56 and D7. RGB value is (183,86,215). Sum of RGB (Red+Green+Blue) = 183+86+215=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #B756D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756D7 is #48A928. Grayscale: #818181. Windows color (decimal): -4761897 or 14112439. OLE color: 14112439.
HSL color Cylindrical-coordinate representation of color #B756D7: hue angle of 285.12º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B756D7 is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 86 | 215 | - |
| CMYK | 0.15 | 0.6 | 0 | 0.16 |
| HSL | 285.12º | 0.62% | 0.59% | - |
| HSV(B) | 285.12º | 0.6% | 0.84% | - |
| XYZ | 35.12 | 21.63 | 66.61 | - |
| YUV | 129.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 215 | 0.15 | 0.6 | 0 | 0.16 | 285.12 | 0.62 | 0.59 |
| Hex | B7 | 56 | D7 | F | 3C | 0 | 10 | 11D | 3E | 3B |
| Octal | 267 | 126 | 327 | 17 | 74 | 0 | 20 | 435 | 76 | 73 |
| Binary | 10110111 | 1010110 | 11010111 | 1111 | 111100 | 0 | 10000 | 100011101 | 111110 | 111011 |
Color Harmonies of #B756D7
Complementary color
Monochromatic Colors of #B756D7
Black with #B756D7
Text Example
Text Example
White with #B756D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756D7; }
p { color: rgb(183,86,215); }
H1.HeaderClassName
{
color: #B756D7;
}
.AnyTagClassName
{
color: #B756D7;
}
</style>
background-color css
<style>
a { background-color: #B756D7; }
a { background-color: rgb(183,86,215); }
div.DivClassName
{
background-color: #B756D7;
}
.BgClassName
{
background-color: #B756D7;
}
</style>
border-color css
<style>
span { border-color: #B756D7; }
span { border-color: rgb(183,86,215); }
td.TdClassName
{
border-color: #B756D7;
}
.TagClassName
{
border-color: #B756D7;
}
</style>