Shades of Medium Orchid #BB56C8
Tints of Medium Orchid #BB56C8
RGB
CMYK
RGB Variations
Color information
#BB56C8 (or 0xBB56C8) is known color: Medium Orchid. HEX triplet: BB, 56 and C8. RGB value is (187,86,200). Sum of RGB (Red+Green+Blue) = 187+86+200=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB56C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56C8 is #44A937. Grayscale: #808080. Windows color (decimal): -4499768 or 13129403. OLE color: 13129403.
HSL color Cylindrical-coordinate representation of color #BB56C8: hue angle of 293.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB56C8 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 86 | 200 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.22 |
| HSL | 293.16º | 0.51% | 0.56% | - |
| HSV(B) | 293.16º | 0.57% | 0.78% | - |
| XYZ | 34.25 | 21.39 | 56.97 | - |
| YUV | 129.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 200 | 0.06 | 0.57 | 0 | 0.22 | 293.16 | 0.51 | 0.56 |
| Hex | BB | 56 | C8 | 6 | 39 | 0 | 16 | 125 | 33 | 38 |
| Octal | 273 | 126 | 310 | 6 | 71 | 0 | 26 | 445 | 63 | 70 |
| Binary | 10111011 | 1010110 | 11001000 | 110 | 111001 | 0 | 10110 | 100100101 | 110011 | 111000 |
Color Harmonies of #BB56C8
Complementary color
Monochromatic Colors of #BB56C8
Black with #BB56C8
Text Example
Text Example
White with #BB56C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56C8; }
p { color: rgb(187,86,200); }
H1.HeaderClassName
{
color: #BB56C8;
}
.AnyTagClassName
{
color: #BB56C8;
}
</style>
background-color css
<style>
a { background-color: #BB56C8; }
a { background-color: rgb(187,86,200); }
div.DivClassName
{
background-color: #BB56C8;
}
.BgClassName
{
background-color: #BB56C8;
}
</style>
border-color css
<style>
span { border-color: #BB56C8; }
span { border-color: rgb(187,86,200); }
td.TdClassName
{
border-color: #BB56C8;
}
.TagClassName
{
border-color: #BB56C8;
}
</style>