Shades of Medium Orchid #BB61D9
Tints of Medium Orchid #BB61D9
RGB
CMYK
RGB Variations
Color information
#BB61D9 (or 0xBB61D9) is known color: Medium Orchid. HEX triplet: BB, 61 and D9. RGB value is (187,97,217). Sum of RGB (Red+Green+Blue) = 187+97+217=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61D9 is #449E26. Grayscale: #898989. Windows color (decimal): -4496935 or 14246331. OLE color: 14246331.
HSL color Cylindrical-coordinate representation of color #BB61D9: hue angle of 285º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB61D9 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 97 | 217 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.15 |
| HSL | 285º | 0.61% | 0.62% | - |
| HSV(B) | 285º | 0.55% | 0.85% | - |
| XYZ | 37.29 | 24.12 | 68.34 | - |
| YUV | 137.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 217 | 0.14 | 0.55 | 0 | 0.15 | 285 | 0.61 | 0.62 |
| Hex | BB | 61 | D9 | E | 37 | 0 | F | 11D | 3D | 3E |
| Octal | 273 | 141 | 331 | 16 | 67 | 0 | 17 | 435 | 75 | 76 |
| Binary | 10111011 | 1100001 | 11011001 | 1110 | 110111 | 0 | 1111 | 100011101 | 111101 | 111110 |
Color Harmonies of #BB61D9
Complementary color
Monochromatic Colors of #BB61D9
Black with #BB61D9
Text Example
Text Example
White with #BB61D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61D9; }
p { color: rgb(187,97,217); }
H1.HeaderClassName
{
color: #BB61D9;
}
.AnyTagClassName
{
color: #BB61D9;
}
</style>
background-color css
<style>
a { background-color: #BB61D9; }
a { background-color: rgb(187,97,217); }
div.DivClassName
{
background-color: #BB61D9;
}
.BgClassName
{
background-color: #BB61D9;
}
</style>
border-color css
<style>
span { border-color: #BB61D9; }
span { border-color: rgb(187,97,217); }
td.TdClassName
{
border-color: #BB61D9;
}
.TagClassName
{
border-color: #BB61D9;
}
</style>