Shades of Medium Orchid #BB6ED7
Tints of Medium Orchid #BB6ED7
RGB
CMYK
RGB Variations
Color information
#BB6ED7 (or 0xBB6ED7) is known color: Medium Orchid. HEX triplet: BB, 6E and D7. RGB value is (187,110,215). Sum of RGB (Red+Green+Blue) = 187+110+215=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB6ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ED7 is #449128. Grayscale: #909090. Windows color (decimal): -4493609 or 14118587. OLE color: 14118587.
HSL color Cylindrical-coordinate representation of color #BB6ED7: hue angle of 284º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6ED7 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 110 | 215 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.16 |
| HSL | 284º | 0.57% | 0.64% | - |
| HSV(B) | 284º | 0.49% | 0.84% | - |
| XYZ | 38.34 | 26.62 | 67.41 | - |
| YUV | 144.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 215 | 0.13 | 0.49 | 0 | 0.16 | 284 | 0.57 | 0.64 |
| Hex | BB | 6E | D7 | D | 31 | 0 | 10 | 11C | 39 | 40 |
| Octal | 273 | 156 | 327 | 15 | 61 | 0 | 20 | 434 | 71 | 100 |
| Binary | 10111011 | 1101110 | 11010111 | 1101 | 110001 | 0 | 10000 | 100011100 | 111001 | 1000000 |
Color Harmonies of #BB6ED7
Complementary color
Monochromatic Colors of #BB6ED7
Black with #BB6ED7
Text Example
Text Example
White with #BB6ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6ED7; }
p { color: rgb(187,110,215); }
H1.HeaderClassName
{
color: #BB6ED7;
}
.AnyTagClassName
{
color: #BB6ED7;
}
</style>
background-color css
<style>
a { background-color: #BB6ED7; }
a { background-color: rgb(187,110,215); }
div.DivClassName
{
background-color: #BB6ED7;
}
.BgClassName
{
background-color: #BB6ED7;
}
</style>
border-color css
<style>
span { border-color: #BB6ED7; }
span { border-color: rgb(187,110,215); }
td.TdClassName
{
border-color: #BB6ED7;
}
.TagClassName
{
border-color: #BB6ED7;
}
</style>