Shades of Medium Orchid #BB56D8
Tints of Medium Orchid #BB56D8
RGB
CMYK
RGB Variations
Color information
#BB56D8 (or 0xBB56D8) is known color: Medium Orchid. HEX triplet: BB, 56 and D8. RGB value is (187,86,216). Sum of RGB (Red+Green+Blue) = 187+86+216=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB56D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56D8 is #44A927. Grayscale: #828282. Windows color (decimal): -4499752 or 14177979. OLE color: 14177979.
HSL color Cylindrical-coordinate representation of color #BB56D8: hue angle of 286.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB56D8 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 86 | 216 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.15 |
| HSL | 286.62º | 0.63% | 0.59% | - |
| HSV(B) | 286.62º | 0.6% | 0.85% | - |
| XYZ | 36.22 | 22.18 | 67.34 | - |
| YUV | 131.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 216 | 0.13 | 0.60 | 0 | 0.15 | 286.62 | 0.63 | 0.59 |
| Hex | BB | 56 | D8 | D | 3C | 0 | F | 11F | 3E | 3B |
| Octal | 273 | 126 | 330 | 15 | 74 | 0 | 17 | 437 | 76 | 73 |
| Binary | 10111011 | 1010110 | 11011000 | 1101 | 111100 | 0 | 1111 | 100011111 | 111110 | 111011 |
Color Harmonies of #BB56D8
Complementary color
Monochromatic Colors of #BB56D8
Black with #BB56D8
Text Example
Text Example
White with #BB56D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56D8; }
p { color: rgb(187,86,216); }
H1.HeaderClassName
{
color: #BB56D8;
}
.AnyTagClassName
{
color: #BB56D8;
}
</style>
background-color css
<style>
a { background-color: #BB56D8; }
a { background-color: rgb(187,86,216); }
div.DivClassName
{
background-color: #BB56D8;
}
.BgClassName
{
background-color: #BB56D8;
}
</style>
border-color css
<style>
span { border-color: #BB56D8; }
span { border-color: rgb(187,86,216); }
td.TdClassName
{
border-color: #BB56D8;
}
.TagClassName
{
border-color: #BB56D8;
}
</style>