Shades of Medium Orchid #BB56FF
Tints of Medium Orchid #BB56FF
RGB
CMYK
RGB Variations
Color information
#BB56FF (or 0xBB56FF) is known color: Medium Orchid. HEX triplet: BB, 56 and FF. RGB value is (187,86,255). Sum of RGB (Red+Green+Blue) = 187+86+255=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB56FF is #44A900. Grayscale: #868686. Windows color (decimal): -4499713 or 16733883. OLE color: 16733883.
HSL color Cylindrical-coordinate representation of color #BB56FF: hue angle of 275.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB56FF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 86 | 255 | - |
| CMYK | 0.27 | 0.66 | 0 | 0 |
| HSL | 275.86º | 1% | 0.67% | - |
| HSV(B) | 275.86º | 0.66% | 1% | - |
| XYZ | 41.87 | 24.44 | 97.12 | - |
| YUV | 135.47 | 195.46 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 255 | 0.27 | 0.66 | 0 | 0 | 275.86 | 1 | 0.67 |
| Hex | BB | 56 | FF | 1B | 42 | 0 | 0 | 114 | 64 | 43 |
| Octal | 273 | 126 | 377 | 33 | 102 | 0 | 0 | 424 | 144 | 103 |
| Binary | 10111011 | 1010110 | 11111111 | 11011 | 1000010 | 0 | 0 | 100010100 | 1100100 | 1000011 |
Color Harmonies of #BB56FF
Complementary color
Monochromatic Colors of #BB56FF
Black with #BB56FF
Text Example
Text Example
White with #BB56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56FF; }
p { color: rgb(187,86,255); }
H1.HeaderClassName
{
color: #BB56FF;
}
.AnyTagClassName
{
color: #BB56FF;
}
</style>
background-color css
<style>
a { background-color: #BB56FF; }
a { background-color: rgb(187,86,255); }
div.DivClassName
{
background-color: #BB56FF;
}
.BgClassName
{
background-color: #BB56FF;
}
</style>
border-color css
<style>
span { border-color: #BB56FF; }
span { border-color: rgb(187,86,255); }
td.TdClassName
{
border-color: #BB56FF;
}
.TagClassName
{
border-color: #BB56FF;
}
</style>