Shades of Medium Orchid #B56FDB
Tints of Medium Orchid #B56FDB
RGB
CMYK
RGB Variations
Color information
#B56FDB (or 0xB56FDB) is known color: Medium Orchid. HEX triplet: B5, 6F and DB. RGB value is (181,111,219). Sum of RGB (Red+Green+Blue) = 181+111+219=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B56FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FDB is #4A9024. Grayscale: #8F8F8F. Windows color (decimal): -4886565 or 14380981. OLE color: 14380981.
HSL color Cylindrical-coordinate representation of color #B56FDB: hue angle of 278.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56FDB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 111 | 219 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.14 |
| HSL | 278.89º | 0.6% | 0.65% | - |
| HSV(B) | 278.89º | 0.49% | 0.86% | - |
| XYZ | 37.53 | 26.31 | 70.12 | - |
| YUV | 144.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 219 | 0.17 | 0.49 | 0 | 0.14 | 278.89 | 0.6 | 0.65 |
| Hex | B5 | 6F | DB | 11 | 31 | 0 | E | 117 | 3C | 41 |
| Octal | 265 | 157 | 333 | 21 | 61 | 0 | 16 | 427 | 74 | 101 |
| Binary | 10110101 | 1101111 | 11011011 | 10001 | 110001 | 0 | 1110 | 100010111 | 111100 | 1000001 |
Color Harmonies of #B56FDB
Complementary color
Monochromatic Colors of #B56FDB
Black with #B56FDB
Text Example
Text Example
White with #B56FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FDB; }
p { color: rgb(181,111,219); }
H1.HeaderClassName
{
color: #B56FDB;
}
.AnyTagClassName
{
color: #B56FDB;
}
</style>
background-color css
<style>
a { background-color: #B56FDB; }
a { background-color: rgb(181,111,219); }
div.DivClassName
{
background-color: #B56FDB;
}
.BgClassName
{
background-color: #B56FDB;
}
</style>
border-color css
<style>
span { border-color: #B56FDB; }
span { border-color: rgb(181,111,219); }
td.TdClassName
{
border-color: #B56FDB;
}
.TagClassName
{
border-color: #B56FDB;
}
</style>