Shades of Medium Orchid #BB4DD8
Tints of Medium Orchid #BB4DD8
RGB
CMYK
RGB Variations
Color information
#BB4DD8 (or 0xBB4DD8) is known color: Medium Orchid. HEX triplet: BB, 4D and D8. RGB value is (187,77,216). Sum of RGB (Red+Green+Blue) = 187+77+216=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB4DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DD8 is #44B227. Grayscale: #7D7D7D. Windows color (decimal): -4502056 or 14175675. OLE color: 14175675.
HSL color Cylindrical-coordinate representation of color #BB4DD8: hue angle of 287.48º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4DD8 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 77 | 216 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.15 |
| HSL | 287.48º | 0.64% | 0.57% | - |
| HSV(B) | 287.48º | 0.64% | 0.85% | - |
| XYZ | 35.54 | 20.83 | 67.11 | - |
| YUV | 125.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 216 | 0.13 | 0.64 | 0 | 0.15 | 287.48 | 0.64 | 0.57 |
| Hex | BB | 4D | D8 | D | 40 | 0 | F | 11F | 40 | 39 |
| Octal | 273 | 115 | 330 | 15 | 100 | 0 | 17 | 437 | 100 | 71 |
| Binary | 10111011 | 1001101 | 11011000 | 1101 | 1000000 | 0 | 1111 | 100011111 | 1000000 | 111001 |
Color Harmonies of #BB4DD8
Complementary color
Monochromatic Colors of #BB4DD8
Black with #BB4DD8
Text Example
Text Example
White with #BB4DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DD8; }
p { color: rgb(187,77,216); }
H1.HeaderClassName
{
color: #BB4DD8;
}
.AnyTagClassName
{
color: #BB4DD8;
}
</style>
background-color css
<style>
a { background-color: #BB4DD8; }
a { background-color: rgb(187,77,216); }
div.DivClassName
{
background-color: #BB4DD8;
}
.BgClassName
{
background-color: #BB4DD8;
}
</style>
border-color css
<style>
span { border-color: #BB4DD8; }
span { border-color: rgb(187,77,216); }
td.TdClassName
{
border-color: #BB4DD8;
}
.TagClassName
{
border-color: #BB4DD8;
}
</style>